Hi.
With an inclusive gataway all the sequence with true value will be taken:
http://training-course-material.com/training/BPMN_2.0_Gateways
But when I try it, it only takes the first true path that is found.
Here is my diagram :
http://www.heberger-image.fr/data/images/23891_inclusive.png
As you can see, the condition is TRUE in the first path. I use the same condition in the second path.
Only the “Tache 1” is executed.
Is this a bug or I miss something ?
Hello,
just tested the same case, and I have both tasks that are available after the gatewas (having only “true” as expressions on both transitions). I can see on your screenshot that there is no option selected, could you choose “Use expression” for your conditions? This should help I hope,
Haris
I check it but it is the same result. Only the first task is executed.
I find what cause this. If I check “default flow” on a path, it doesn’t work fine. If I uncheck “default flow”, it works fine.
Indeed, when you have a default transition, it will be taken only in case when no other transition is evaluated as ‘true’. This prevents to get stuck when no transitions are true.