Browse documentation

Execution statuses

Status Meaning

QUEUED

The request has been accepted and is waiting for execution capacity.

RUNNING

At least part of the graph is actively being processed.

CANCEL_REQUESTED

The user requested cancellation and the runtime is moving to a safe stop.

SUCCEEDED

The graph reached its terminal state without failed actions.

PARTIALLY_SUCCEEDED

The graph completed after one or more failures were tolerated by continue-on-error.

FAILED

A non-tolerated action failure, invalid runtime condition, or deadlock prevented completion.

CANCELLED

The runtime accepted the cancellation and stopped the execution.

Action-level progress can transition independently while the overall execution remains RUNNING.