Skip to main content
Demonstrates:
  • ConditionNode with multiple branches (If / Else If / Else)
  • Binary and unary operators
  • Logical operators (AND / OR) within a single branch
  • Wiring downstream nodes to condition paths via dependencies
  • Merging conditional branches back together with MergeNode
Source: examples/pipelines/condition_node.py in the SDK repo.