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.
Step → task
Each work step becomes a task when the orchestrator activates it. The task inherits:- Agent assignment from the step
- Instructions (markdown)
- Input files from the step manifest and predecessor outputs
Predecessor activation
Steps can declare activates when a specific predecessor task reaches a state (e.g.done). The orchestrator:
- Waits for the predecessor task to complete
- Copies relevant artifacts into the successor’s
input_files.json - Creates or updates the successor task and dispatches to the Bridge
Designer hygiene
Saving a definition may prune stale step references on other non–in-flight pipelines that pointed at renamed tasks — keeps the graph consistent.Task detail in a workflow
On task detail, Linked workflow shows as a chip linking back to the designer. Linked predecessor tasks appears only when the loaded steps include anactivatesOnTaskId for this task.
Next: Status & recovery