- 
                Notifications
    You must be signed in to change notification settings 
- Fork 147
Modeler_audit_rules_R3230
        Antonin Abhervé edited this page Sep 3, 2020 
        ·
        1 revision
      
    All SequenceFlows leaving an ExclusiveGateway must have a guard, except for the default SequenceFlow.
An ExclusiveGateway acts as an ‘OR’, and therefore all the flows leaving from it should have a condition to satisfy in order to get the token, with the exception of the default flow, which gets the token if all conditions have failed.