English
English
Appearance
English
English
Appearance
The Condition node is used in workflows to route to different branches based on conditions, enabling complex business logic control. Each condition node can contain multiple branches; the system matches branch conditions in order, and the first matching branch is executed.

Each condition node contains one or more branches:
| Configuration | Description |
|---|---|
| Branch Name | Name for easy identification |
| Condition Combination | AND (all conditions met) or OR (any condition met) |
| Condition List | Specific field, operator, and value |
When all condition branches do not match, the default branch is executed (if configured). The default branch does not need to set conditions.
Suggestion
Configure a default branch for condition nodes to avoid workflow interruption when no conditions are met.
Each condition contains:
| Branch Name | Condition |
|---|---|
| Large Order | Amount > 100000 |
| Medium Order | Amount > 10000 AND Amount <= 100000 |
| Small Order | Default branch |
Subsequently, you can add additional approval nodes for large orders and send normal notifications for medium orders.