Skip to main content

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

  1. Add Branch: Add different branches and write branch names for each
  2. Set Conditions: Add multiple conditions expressed as "parameter value + operator + value", for example:
  • Start node output contains hello
  • Knowledge Base node output is not empty
  • Plugin node output equals true
  • Different conditions within the same branch can be combined with "and" / "or" operators
  1. Default Branch: When input doesn't satisfy any configured branch conditions, the default branch process will be selected.