Hi
I'm using version 5.1.
When I do some sample codes in parallel gateway, I demoed a use case much like the unbalanced parallel way sample in user guide. Below is the process image.
I found that when start the process, two user taskinstance would be created, ManualTask1 and ManualTask2.
When I complete ManualTask1 first , then complete ManualTask2, the process instance is ended.
But when I complete ManualTask2 first, then complete ManualTask1, the process instance is not ended, and the current activity is last parallel gateway activity.
Why ?
[img]mcomplexforkjoin.processimage.jpg[/img]