n8n_autofix_workflow
Fix common workflow validation errors automatically. Preview or apply corrections for expression format, typeVersion, webhook paths, and connection structure issues.
Instructions
Automatically fix common workflow validation errors. Preview fixes or apply them. Fixes expression format, typeVersion, error output config, webhook paths, connection structure issues (numeric keys, invalid types, ID-to-name, duplicates, out-of-bounds indices).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID to fix | |
| fixTypes | No | Types of fixes to apply (default: all) | |
| maxFixes | No | Maximum number of fixes to apply (default: 50) | |
| applyFixes | No | Apply fixes to workflow (default: false - preview mode) | |
| confidenceThreshold | No | Minimum confidence level for fixes (default: medium) |