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)