create_and_validate_workflow
Create and test n8n workflows with automatic structural validation and execution verification to ensure reliability before deployment.
Instructions
Create a workflow with automatic double-validation: structural check, two execution passes, and consistency comparison. Returns a comprehensive PASS/FAIL report. Provide test_data for meaningful functional testing. Requires write_mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| nodes | Yes | ||
| connections | Yes | ||
| settings | No | ||
| test_data | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |