Run queue
Run queue
The Run queue tab shows, live, every robot waiting to run or running right now on this Runner. The list refreshes itself every second.
What the queue shows
Each row is one run:
| Column | What it is |
|---|---|
| ID | The run's unique numeric identifier |
| Robot | The key identifying the robot being run |
| Status | Where the run currently stands (see below) |
| Type | Manual (started by hand, by webhook or by WhatsApp) or Scheduled |
| Started at | When the run began (or — if it has not started yet) |
Run statuses
| Status | Color | What it means |
|---|---|---|
| Queued | Blue | Waiting to run |
| Running | Green | Running right now |
Stopping a run
When a robot is Running, a Stop button appears in the actions column.
- Click Stop on the row you want to interrupt.
- Confirm by clicking Yes in the dialog.
- The run stops immediately and leaves the queue.
Handle with care
Interrupting a run halfway can leave external systems in an inconsistent state — a half-filled form, an incomplete spreadsheet, an open transaction. Make sure it is safe to stop the robot at that moment before confirming.
Several runs at once
The Runner supports several queued runs. Robots marked Queued wait for the Running ones to finish before starting — unless the Runner is configured to run them in parallel.