Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.twine.se/llms.txt

Use this file to discover all available pages before exploring further.

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