workflow_retry_workflow
Retry a failed workflow execution from the last failed task. Optionally resume subworkflow tasks.
Instructions
Retries a failed workflow execution from the last failed task.
Args: workflow_id: The uuid representing the execution of the workflow to retry resume_subworkflow_tasks: If True, resume any subworkflow tasks that were running
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| resume_subworkflow_tasks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |