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?
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.