Skip to main content

Overview

The Jobs page shows all runbook executions with real-time status updates. Filter, monitor, and manage jobs from a single view.

Job statuses

StatusDescription
ScheduledWaiting for the scheduled execution time
QueuedIn the job queue, waiting for a worker
RunningCurrently executing steps
Waiting for approvalPaused, waiting for user approval on a step
PausedManually paused by a user
CompletedFinished successfully
FailedFinished with one or more errors
CancelledCancelled by a user

Filtering jobs

Use the status filter tabs to view:
  • All — All jobs
  • Running — Currently executing
  • Completed — Successfully finished
  • Failed — Finished with errors
The job list auto-refreshes every 10 seconds.

Job detail view

Click on a job to see its detail page with:

Step timeline

Each step shows:
  • Status badge (success, failed, skipped, running)
  • Duration
  • Retry count (if any)
  • Captured values
  • Error details and diagnostics (for failed steps)

Live screenshots

During execution, screenshots are streamed in real-time via SSE. View the current browser state as steps execute.

Execution metrics

MetricDescription
Total durationEnd-to-end execution time
Steps succeededNumber of successful steps
Steps failedNumber of failed steps
Retry countTotal selector resolution retries

Artifacts

After execution, view and download:
  • Screenshots — Captured during execution
  • Videos — Screen recordings (Business+)
  • Exports — CSV/JSON files from export actions
  • Downloads — Files downloaded during execution

Job actions

ActionWhen availableDescription
ApproveWaiting for approvalApprove the pending step
RejectWaiting for approvalReject and fail the step
PauseRunningPause execution
ResumePausedResume paused execution
CancelRunning, Paused, Waiting for approvalCancel the job

Real-time updates

Job details use Server-Sent Events (SSE) for real-time updates. The page automatically shows:
  • Step completion as it happens
  • Live screenshot streaming
  • Approval request dialogs
  • Final execution report