Skip to content

Commit 026ed69

Browse files
committed
[core] Push run_end_time_ms at EOR both camelCase and snake_case
1 parent 06dcf41 commit 026ed69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/environment/transition_stopactivity.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ func (t StopActivityTransition) do(env *Environment) (err error) {
6666
// Propagate run end time to all tasks
6767
if value, ok := cvs["run_end_time_ms"]; ok {
6868
args[strcase.ToLowerCamel("run_end_time_ms")] = value
69+
args["run_end_time_ms"] = value
6970
}
7071
}
7172
}

0 commit comments

Comments
 (0)