Skip to main content

Basic usage

Syntax

  • source: Node name or START_NODE
  • target: Node name or END_NODE
  • condition: Natural language condition (optional)

Flow patterns

Branching

Converging

Loops

Rules

START_NODE

  • Exactly one outgoing edge
  • No conditions allowed
  • No incoming edges

END_NODE

  • Multiple incoming edges allowed
  • No outgoing edges

Global nodes

  • Don’t need explicit edges
  • Triggered by conditions from anywhere

Condition tips

Write natural language conditions:
Always provide fallback paths without conditions.