Inclusive Gateway - Wait for completion

I am looking for something like a conditional parallel gateway. I have implement an inclusive gateway, where several parallel service tasks may execute, and I wish to wait for them all to complete before proceeding. Is it possible to do something like what I have modeled, with a mixture of gateway types:

Titan Data Update Replication.bpmn (13.9 KB)

You need to put a inclusive gateway for your join gateway instead of the parallel join. If you use a parallel join it will expect that all sequence flows will provide a execution. The inclusive gateway join only waits for sequence flows that have a execution (as per docs)

2 Likes