Logic Branch
Logically evaluate input variable values to select subsequent workflow branches.
1. Overview
- Supports setting multiple branches with judgment conditions for each branch
2. Configuration
- Add Branch: Add different branches and write branch names for each
- Set Conditions: Add multiple conditions expressed as "parameter value + operator + value", for example:
Start
node outputcontains
hello
Knowledge Base
node outputis not empty
Plugin
node outputequals
true
- Different conditions within the same branch can be combined with "and" / "or" operators
- Default Branch: When input doesn't satisfy any configured branch conditions, the default branch process will be selected.
