Executions
Track plan execution history, live rollout status, and per-job results
Executions
The Executions page shows the history and live status of every change plan execution across your fleet. Filter by status, search by ID or plan name, and drill into individual executions for per-job details.
Navigation
- Parent: Automation Platform
- Previous: Change Plans
- Next: Insights Dashboard
- Related: Insights Nodes
Executions List
Navigate to Automation Platform → Executions to see all executions. The table shows:
| Column | Description |
|---|---|
| Execution | Short execution ID (click to view details) |
| Plan | Linked change plan name and commit SHA |
| Status | Current execution status |
| Jobs | Succeeded / failed / partial / total job counts |
| Queued | When the execution was queued |
| Completed | When the execution finished (or "—" if still running) |
Status Filters
Filter executions by clicking a status button:
| Status | Meaning |
|---|---|
| Pending | Queued, waiting to start |
| Running | Actively rolling out to nodes |
| Succeeded | All jobs completed successfully |
| Failed | One or more jobs encountered errors |
| Partial | Some jobs succeeded, some failed |
| Canceled | Execution was stopped before completion |
Use the search bar to find executions by ID or plan name.
Execution Details
Click an execution ID to open the detail view. You see:
- Execution summary — status, rollout strategy, timing, and the linked change plan
- Per-job breakdown — each targeted node's job status (queued, running, succeeded, failed, partial)
- Job logs — detailed output for each job, including applied config changes and any errors
- Timeline — queued, started, and completed timestamps
Job Counts
The jobs column uses color-coded counts:
- Green — succeeded jobs
- Red — failed jobs (suffixed with
f) - Orange — partial jobs (suffixed with
p) - Gray — total jobs
For example, 3/1f/4 means 3 succeeded, 1 failed, out of 4 total.