conditional branch
Conditional branch nodes can be used to control the execution direction of workflows.
Configuration Item Description
Condition Settings
By adding one or more [conditions], corresponding workflow branches can be created. Each [condition] contains the following attributes:
Condition Name
The condition display name will be shown as the label on the workflow branch line.
Priority
Priority specifies which branch to execute first when multiple conditions are met simultaneously. Priority starts from [1], indicating the highest execution order. Each [condition] must have a unique priority level.
Condition Details
Use JS expressions to specify the evaluation rules for conditions. The expression must return a [Boolean] value. When the value is [True], it indicates that the condition is met.
Usage Example
Refer to the Tutorial: Implementing Conditional Logic