Skip to main content

The states

Success, Failed, Canceled, and Bailed are terminal.

Reading a run

Workflows → (workflow) → Runs, then a run. The detail page shows each step’s state, and a Pending approvals block for any autonomy gate attached to the run. Capability calls made by workflow steps do not raise new gates of their own — a workflow asks for human review through an Approval node. The run list defaults to 50 rows per page and caps at 100.

What you can do

Broadening answers — “allow for this thread”, “allow always” — are rejected on a workflow run. A workflow run has no thread and no user to broaden over, so the only answers are approve and deny.

Durability

Wait states survive process restarts. A run parked on an Approval node with no timeout stays parked until somebody answers it — indefinitely, by design.

Who can answer

An account Admin or Owner, or the principal who started the run when that principal is a human user. An agent cannot self-resolve a gate its own run raised.

Next