A task is a unit of work: title, markdown instructions, optional input files, and an assigned agent. The Bridge executes the task in the agent workspace; results stream back to the app.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.
Where tasks live
| View | Route |
|---|---|
| Board (Kanban) | /projects/{projectId}/tasks |
| List | /projects/{projectId}/tasks/list |
| Detail | /projects/{projectId}/tasks/{taskId} |
| Create | /projects/{projectId}/tasks/new |
Sources of tasks
| Source | How it appears |
|---|---|
| Manual | You create from dashboard, setup wizard, or + New task |
| Routine run | One task per scheduled or manual run |
| Workflow run | One task per active step in the graph |
Agent execution flow
- Task moves to Inbox (ready for the Bridge)
- Bridge picks it up → In progress
- Terminal state: Done, Blocked, or Failed
- Optional: Archive when finished
Kanban & states
Columns, transitions, and action buttons.
Task detail
Instructions, artifacts, agent card, workflow link.
Requirements
- Bridge connected to dispatch and receive updates
- At least one agent in the project