n8n_autofix_workflow
Fix common workflow errors like missing typeVersion, duplicate node names, invalid connections, and missing expression prefixes. Preview changes by default, or apply with snapshot backup.
Instructions
Apply safe mechanical fixes to a workflow: missing typeVersion, missing positions, duplicate node names, connections to nonexistent nodes, and missing "=" prefixes on expressions. By default returns a preview; set apply=true to save (a snapshot is taken first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID | |
| apply | No | Save the fixed workflow (default false = preview only) |