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, who triggered the run, and the linked change plan
  • Per-job breakdown — each targeted node's job status (queued, running, succeeded, failed, partial, canceled)
  • Live event stream — real-time worker events while the execution is in progress; the view refreshes automatically on retry so stale logs from a prior attempt are cleared
  • Job logs — detailed output for each job, including applied config changes and any errors
  • Timeline — queued, started, and completed timestamps

Per-Job Results

Expand any job to inspect what the worker actually did on that host:

SectionWhat It Shows
Config files writtenFiles created, updated, or deleted on disk. Expand a file to see per-key INI mutations — stanza, option, change type, and desired value.
Splunk actionsPost-config actions such as bundle apply, restart, or rolling restart. Failed actions expand automatically and show exit code, message, and stdout/stderr snippets.
Failure reasonWhen a job fails, a concise failure summary appears on the job row.

When a job is still queued or running, the results section shows Waiting for the worker node to execute this job. When a job succeeds but every file was already up to date, you see All config files already up-to-date — no changes written to disk.

Retry and Cancel

On the execution detail page you can:

  • Cancel a running execution to stop rollout
  • Retry failed or canceled jobs — succeeded hosts are left alone; only jobs that did not complete are re-queued

You can also retry from the Plans list when a plan's latest execution ended in Failed, Partial, or Cancelled status.

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