Hello,
I have a problem creating a workflow with 2 parallel tasks. As you can see attached, I would like that only team 3 OR team 5 goes to team 6, and the other one can't. I used an exclusive gateway to do it, with the outgoing sequence flow condition : ${team3=="team6" or team5=="ToTeam6"}, but when I deploy it, I have an error : "Exclusive gateway has only one outgoing sequence flow. This is not allowed to have a condition" .
But I really don't know where to give my condition. Because I suppose that if I give a condition to the 2 ingoing sequence flow of the gateway, the 2 tasks will be able to go to team6.
Thanks a lot for your help !
Aurelien