-
Bug
-
Resolution: Done
-
Major
-
jBPM 6.0.1.Final
-
None
In some cases there is an error during searching for active paths when process reaches 'OR' gateway.
Example situation is as fallows:
HumanTask with Form2 and HumanTask with Form3 are active - with Reserved state, assigned to the same person. If we complete 'HT with Form2' we get StackOverflowError from checkNodes function from JoinInstance java class. Our investigation shows that the problem occurs when the checkNodes function is triggered for "HT with Form3".