Dashboard
Pipeline Kanban
Track and manage AI pipeline jobs with the visual kanban board.
Pipeline Kanban
The Pipeline Kanban provides a visual job board for all pipeline runs. Jobs move through columns as they progress.
Job States
| Column | Description |
|---|---|
| Queued | Job submitted, waiting for a slot (max 3 parallel jobs) |
| Running | Claude Code process is actively executing |
| Complete | Pipeline finished successfully, output available |
| Failed | Pipeline encountered an error |
Job Cards
Each card displays:
- Pipeline name and type
- Target (business name or search query)
- Start time and duration
- Current status
- Link to output when complete
Starting a Pipeline
You can start pipelines from the kanban page or from Mission Control. When a pipeline is running, the card shows streaming progress from the pipeline server via SSE.
Job Limits
The pipeline server runs a maximum of 3 parallel jobs by default (configurable via MAX_PARALLEL_PIPELINES). Additional jobs queue and start automatically when a slot opens.
Drag and Drop
Job cards support drag-and-drop for manual reordering within the queue column using the @dnd-kit library.