-
Bug
-
Resolution: Done
-
Major
-
7.23.0.Final
-
None
-
NEW
-
NEW
-
In the testAsyncModeWithParallelGateway, when the sequence in the gateway is:
WorkItemHandler (REST call) -> ActionNode (Task Script-2)
test fails, because it's not triggered the next node after Join.
After finishing ActionNode (Task Script-2), the JoinNode (NodeInstanceImpl) returns false at checkAllActivated method, because it doesn't keep the previous result at the triggers map.
So, even when triggers map was populated with (6,1) in the execution of the WorkItemHandler, this is not present in this instance of the JoinNode.
This was not failing in previous versions of jbpm (i.e., 7.18.x)