Retry n8n Execution
n8n_retry_executionRetry failed executions in n8n by creating a new run from the failure point. Optionally reload the current saved workflow for the retry.
Instructions
Retry a failed execution. Creates a new execution from the point of failure.
Args:
id (string): Failed execution ID to retry
loadWorkflowData (boolean): Reload workflow from current saved version (default false — uses original execution data)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Failed execution ID to retry | |
| loadWorkflowData | No | Reload workflow from current saved version |