Skip to content

General Chain Architecture

Any scenario is built as a chain of nodes. Every chain must end with a "Screen" node.

Workflow Paradigm

  1. Build the screen.
  2. Add buttons or transitions.
  3. Link with other nodes.
  4. Logic branches out through conditions or events.