-
Sub-task
-
Resolution: Done
-
L3 - Default
-
None
-
None
We currently give all gateways that we add to event process instance flow node events a duration of 0. However, event based gateways and merging parallel gateways should actually have a longer time calculated based on prior and subsequent events. We should try to modify the upsert script to calculate these values as expected.
AT:
- event based gateways have a start date matching the end date of the flow node before it and an end date matching the start date of the flow node after it. The duration should be the time between these two values
- merging parallel gateways should have a start date matching the earliest end date of the flow nodes before it and an end date matching the end date of the last occurring flow node before it. The duration should be the time between those two values