AIR Workflows
AIR workflow management endpoints. Start any registered workflow by name. Requires a human user session actor.
Start workflow by name
Dispatches a registered workflow. `payload` is validated against the workflow registry schema. Requires a human user session actor.
Get workflow run status
Returns lifecycle state for a workflow run pid. Requires a human user session; returns 404 when unknown.
Interrupt workflow run
Requests interruption of an in-flight workflow run. Requires a human user session.
Resume workflow run
Resumes a paused or interrupted workflow run. Requires a human user session.