workflow_restart_workflow
Restart a workflow execution from the beginning, creating a new execution with the same input. Optionally apply the latest workflow definitions.
Instructions
Restarts a workflow execution from the beginning. This creates a new execution with the same input.
Args: workflow_id: The uuid representing the execution of the workflow to restart use_latest_definitions: If True, use the latest workflow definition instead of the original version
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| use_latest_definitions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |