-
Task
-
Resolution: Done
-
Major
-
None
-
None
previous methods on the execution were a way for activities to know which was the previously executed activity.
that gave some context to activities like sequence (knowing what was the previously executed child activity so the sequence would not need to maintain an index) and some join impls (the joins could trace over which incoming transition the executions came)
should be replaced with system variables.