A Workflow is a directed graph of steps. Each step maps to a task (agent, instructions, input files). When a run starts, CtrlNode activates steps in order and passes artifacts forward.Documentation Index
Fetch the complete documentation index at: https://docs.ctrlnode.ai/llms.txt
Use this file to discover all available pages before exploring further.
Definition vs run
| Definition | Run | |
|---|---|---|
| Stored as | Workflow template (run_number empty) | Execution instance (run_number set) |
| You edit | Designer canvas, step config | Usually read-only; actions like cancel/archive |
| Status | draft until activated | active → done / blocked / failed |
Designer
- Nodes — work steps (tasks) and trigger nodes
- Edges — execution order
- Save — persists the definition; autosave keeps the canvas in sync
Routines
Single-step scheduled jobs — simpler than full workflows.