cancel
Showing results for 
Search instead for 
Did you mean: 

Multi Instance Task followed by conditional sequence

rickm
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

trademak
Star Contributor
Star Contributor
A multi instance sub process definitely sounds like the approach for your use case.

Best regards,