Skip to main content
A named entry point for one branch of a Flow Switch. Pass-through at runtime — the node exists so Flow Switch can pick a path by name. Multiple Flow Branch nodes connect to a single Flow Switch in parallel; the switch runs its inner graph, compares the emitted string to each branch’s name, and enters exactly one.

Configuration

  • Name — the branch label that Flow Switch will match against. Must be unique among the branches attached to the same switch.

Ports