In the world of process flows, decisions play a crucial role, and that’s where the Exclusive Gateway comes into play. This powerful tool enables you to create conditional pathways based on data provided.
Exclusive Choices - Only One Path
Condition Evaluation - Logic Drives Flow
Condition Compatibility - Avoid Overlap
Which Path Should Be Taken?
Testing and Validation - Prove It Works
Decision Points - Clear Divergence
Default Path - Don't Leave the Process Hanging
Clear Logic - Keep It Understandable
Maintainability - Keep Logic Aligned with Reality
Exclusive Gateways single
Exclusive Gateways multiple
Exclusive Node Config
Exclusive Gateway Decisions
Exclusive Gateways Multiple Flows
Exclusive Gateway JavaScript Example
input.{{key from where you want to access a value}}
. In simpler terms, it’s a way to verify if a particular property within your input data structure (input.application.company.vat
key attached to Switch UI element) is set to the value true. If it is, the condition is met and returns true; otherwise, it returns false.application.company.vat
key corresponds to the switch UI element.Exclusive Gateway JavaScript Example
input.application.client.age
and input.application.client.membership
keys, which correspond to the user input collected on the initial screen.