n8n_autofix_workflow
Fix common workflow validation errors by previewing or applying 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 | |
| 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) |