n8n_autofix_workflow
Fix common workflow validation errors, such as expression format, typeVersion, and connection structure issues. Preview or apply fixes.
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) |