validate_workflow_structure
Validates n8n workflow structure before deployment to catch errors early, checking required fields, unique node names, valid connections, circular dependencies, trigger nodes, and disabled nodes.
Instructions
Validate workflow structure before creation/deployment to catch errors early. Checks for: required fields, unique node IDs/names, valid node types, valid connections, circular dependencies, trigger nodes, and disabled node warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | Workflow object to validate |