Gateways
5/27/24Less than 1 minute
Gateways
Gateways allow you to control the Sequence Flow. Different types of gateways are useful for different scenarios.
Exclusive Gateways
Exclusive Gateways allow you to decide which Sequence Flow should be followed based on conditions. Conditions are not part of the Exclusive Gateways themselves. You set them through the sequence flow exiting the Exclusive Gateway. In the Camunda Modeler, you can add conditions to Sequence Flow by selecting a Sequence Flow and opening the Condition
tab. You can find more information on how to use Conditions here.
Event-based Gateway
The Event-based Gateway allows you model scenarios where you are expecting one out of a number of events to occur.