retry_execution
Retry a failed n8n execution using its original workflow definition. Provide the execution ID to re-run with the current version from database.
Instructions
Retry a failed execution using the workflow definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Failed execution ID to retry | |
| loadWorkflowFromDb | No | Whether to retry using current workflow version from database |