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.


Executions List

Navigate to Automation PlatformExecutions to see all executions. The table shows:

ColumnDescription
ExecutionShort execution ID (click to view details)
PlanLinked change plan name and commit SHA
StatusCurrent execution status
JobsSucceeded / failed / partial / total job counts
QueuedWhen the execution was queued
CompletedWhen the execution finished (or "—" if still running)

Status Filters

Filter executions by clicking a status button:

StatusMeaning
PendingQueued, waiting to start
RunningActively rolling out to nodes
SucceededAll jobs completed successfully
FailedOne or more jobs encountered errors
PartialSome jobs succeeded, some failed
CanceledExecution 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.

Executions | Deslicer AI Docs