Run history
A workflow run records the version of the workflow package that executed. The run inspector should make these details visible:- trigger and input
- step status
- agent tasks
- fleet delegation and joins
- connector actions
- waits and resumptions
- approvals and decisions
- artifacts and outbound messages
- errors, retries, and replay context
- version that executed
- governance decisions
Typed waits
Workflows use typed waits to pause and resume long-running work. Common wait types include:Approvals
Approvals keep humans in control of risky or externally visible actions. A workflow can request approval before:- sending an external message
- calling a connector action
- publishing or modifying a workflow
- continuing after a low-confidence agent result
- spending budget beyond a configured threshold