n8n_autofix_workflow
Automatically fix common workflow validation errors, including expression format, typeVersion, webhook paths, and connection 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 | |
| applyFixes | No | Apply fixes to workflow (default: false - preview mode) | |
| fixTypes | No | Types of fixes to apply (default: all) | |
| confidenceThreshold | No | Minimum confidence level for fixes (default: medium) | |
| maxFixes | No | Maximum number of fixes to apply (default: 50) |