-
Enhancement
-
Resolution: Done
-
Major
-
jBPM 5.4
-
None
Gateways (AND and OR) are not properly joining when are placed inside the loop - sequence flow based loop. THey too early merge the flow and move forward leaving unfinished paths behind.
THis happens due to JoinInstance is not verifying if there is anything else waiting for it and relies only on local counter which in case of a loop is misleading.
- relates to
-
JBPM-3344 Inclusive OR gateway is not supported in converging mode
- Resolved