Retry Workflow
retry_workflowContinue a stalled or finished workflow run from a chosen step. This starts a NEW run that reuses the outputs the original run already recorded and only executes — and only pays for — the steps from 'from_step' onward. The original run is left untouched and the new one records which run it continues. Omit 'from_step' to resume at the first step that has no recorded output. A step whose output was never recorded is re-run, never skipped. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_step | No | Zero-based index of the first step to actually execute. Defaults to the first step with no recorded output. | |
| session_id | Yes | The workflow session id to continue from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |