resume_chain
Resume failed API execution chains from the point of failure using a resume token and original chain definition. Restart interrupted workflows without repeating completed steps.
Instructions
Resume a failed chain from the point of failure. Use the resumeToken from the error response. Requires the original chain definition.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resume_token | Yes | Resume token from a failed chain (e.g., "chain_xyz_step_2") | |
| original_chain | Yes | The original chain definition that failed. Required to resume execution. | |
| overrides | No | Optional parameter overrides for specific steps. Format: { "stepId": { ...newParams } } |