Execution statuses
| Status | Meaning |
|---|---|
|
The request has been accepted and is waiting for execution capacity. |
|
At least part of the graph is actively being processed. |
|
The user requested cancellation and the runtime is moving to a safe stop. |
|
The graph reached its terminal state without failed actions. |
|
The graph completed after one or more failures were tolerated by continue-on-error. |
|
A non-tolerated action failure, invalid runtime condition, or deadlock prevented completion. |
|
The runtime accepted the cancellation and stopped the execution. |
Action-level progress can transition independently while the overall execution remains RUNNING.