workflow_resume
Retrieve the last checkpoint, step outputs, and metadata to resume a workflow after a crash. Provides a replacement agent with all necessary state to continue execution.
Instructions
Get everything a replacement agent needs to resume a crashed workflow.
Returns:
last_step: the highest step that was successfully checkpointed
step_outputs: dict mapping step number (as string) to its output
meta: full workflow metadata (name, tags, status, agent_id, …)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| run_id | Yes | ||
| last_step | Yes | ||
| step_outputs | Yes |