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:
Startnode outputcontainshelloKnowledge Basenode outputis not emptyPluginnode outputequalstrue- 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.
