Problem on Inclusive Gateway, stuck due parallel gateway

Ref:Process stuck at Inclusive Gateway

I also find the problem in my bpmn

The inclusive join gateway will wait until timer catch event be thrown from paralel gateway. I think it is become problem because in the process actually it supposed to be terminated later on, if any of sequence able to reach the end.

If you find similar pattern, you can solve it by encapsulate the process between match to terminal into subtask. It will block the inclusive gateway to evaluate the parallel gateway.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.