We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06dcf41 commit 026ed69Copy full SHA for 026ed69
1 file changed
core/environment/transition_stopactivity.go
@@ -66,6 +66,7 @@ func (t StopActivityTransition) do(env *Environment) (err error) {
66
// Propagate run end time to all tasks
67
if value, ok := cvs["run_end_time_ms"]; ok {
68
args[strcase.ToLowerCamel("run_end_time_ms")] = value
69
+ args["run_end_time_ms"] = value
70
}
71
72
0 commit comments