Routine vs Workflow
| Routine | Workflow | |
|---|---|---|
| Steps | One agent task per run | Many steps, branches, hand-offs |
| UI | List + calendar + run history | Visual designer |
| Best for | Standups, reports, health checks | Multi-stage pipelines |
Workflows deep dive
Multi-step pipelines, designer, and triggers.
Definition vs run
| Concept | What you edit | What executes |
|---|---|---|
| Routine (definition) | Name, schedule, instructions, enabled flag | Template |
| Run | Read-only history | One spawned task per execution |
run_number, status, triggered_by). Opening a run shows the task created for that execution.
Routes
Requirements
- Bridge connected — scheduled and manual runs dispatch tasks through the Bridge
- At least one agent in the project