-
Type:
Feature Request
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: engine
-
None
- Sort activity instances created by the same execution: Execution maintains a local sequence counter. Whenever an activity instance is created by this execution, the counter is incremented and the value is stored in the history event.
- When an execution is created, it "inherits" the sequence counter value from it's parent execution
- When synchronizing: the counter of the parent is incremented to max(current value, value of synchronized child executions)