Merge multiple flows of Camunda event based gateway

Hi,
I want to Merge multiple flows of Camunda event based gateway.

The gateway should wait until an event comes-in or until the timer wait time has completed. If both conditions are true then I don’t want the delegate to be called twice. So how should I merge an event based gateway at the other end. Should be it parallel gateway, exclusive gateway, etc?

Here is BPMN
diagram_1.bpmn (9.2 KB)

Hi @firstpostcommenter

When an event-based gateway is used only the outgoing sequence flow of the first event that is satisfied will be followed. It is not possible for multiple outgoing sequence flows to be followed simultaneously. Therefore, an exclusive gateway can serve as a join gateway.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.