validate_workflow_json
Validate workflow JSON offline: check structure, unique node names, connection integrity, expression syntax, webhook body access, Code node return format, and hardcoded secrets. Run before creating or updating workflows.
Instructions
Validate a workflow JSON offline (no API call): structure, unique node names, connection integrity, orphan nodes, {{ }} expression syntax, webhook .body access, Code node return format and hardcoded secrets. Run before create_workflow/update_workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | The workflow JSON to validate |