Skip to main content

Operation Runs

Operation runs are the executable work units behind an operation: agent turns, native tool calls, provider jobs, dynamic tools, and container-backed sessions.

How To Use This Page

  • Inspect run status when an operation is slow or failed.
  • Use produced artifact and event references as the durable result of a run.
  • Do not treat assistant text alone as proof that a tool or callback completed.

Status And Event Map

Operation statuses: queued, running, waiting, blocked, completed, failed, canceled.

StatusWhat It MeansUser Review
queuedWork has been accepted but has not started.Wait for the timeline to move or check queue health.
runningA bot, tool, provider, or container is actively working.Review progress events before retrying.
waitingThe operation is waiting on a callback, schedule, user action, or follow-up turn.Check what dependency is named in the timeline.
blockedWork intentionally stopped until a person or external condition changes.Read the blocking reason before taking action.
completedWork reached a successful terminal state.Inspect produced artifacts, blobs, links, or messages.
failedWork reached an error terminal state.Capture the failing step, visible error, and affected refs.
canceledWork was stopped before completion.Confirm whether a replacement operation exists.

Review Checklist

  • Start from the operation or artifact visible in the app.
  • Follow events in timestamp order.
  • Open produced artifacts or blobs before sharing conclusions.
  • Capture status, route, artifact, operation, and visible error details when escalating.

Media To Add

  • Screenshot: operation timeline with run, tool call, callback, output artifact, and terminal status labeled. It helps reviewers understand bot work. Source: sample operation artifact.