Hi,
We have the need to setup a multi-instance task which is followed by an exclusive gateway. There are a couple of other service tasks after the gateway, the sequence flow into each of these tasks has a conditional expression. The goal is to direct each of the outputs from the first task to one of the follow on tasks based on the properties of each output.
After hammering on this from several angles, it seems the only what to get the behavior I want is to put the gateway and follow on tasks into a multi-instance subprocess. Does that sound right or am I missing something? Below is the diagram I have in my head, but it doesn't seem to be possible to configure it.
—> T2 —
x == 1 | |
| v
Start -> T1 -> X O -> End
| ^
x == 2 | |
—-> T3 —
Thanks for any guidance,
Rick