retry_execution
Retry failed workflow steps to resume execution from the point of failure, automatically detecting the most recent failed timeline if not specified.
Instructions
Retry a failed step in a workflow execution. If no timelineId is provided, the most recent failed timeline is automatically detected and retried. This re-runs the failed step and continues the workflow from that point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow ID | |
| executionId | Yes | The execution ID containing the failed step | |
| timelineId | No | Specific timeline ID to retry. If omitted, the most recent failed timeline is auto-detected. | |
| forceWithoutCache | No | Bypass cache when retrying the step |