resume_batch
Resume a failed batch from its failure point, optionally inserting fix steps to re-run the failing step and continue.
Instructions
Resume a failed batch from its failure point, optionally inserting fix steps.
After execute_batch returns status=FAIL with a batch_id, call this to:
Re-run the failed step (with optional fix_steps injected before it)
Continue executing remaining steps from the original batch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_id | Yes | The batch_id from a failed execute_batch response. | |
| fix_steps | No | Optional steps to execute before retrying the failed step. Same format as execute_batch steps. | |
| timeout_ms | No | Override remaining timeout budget (uses original if omitted). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||