tracecat_autofix_workflow
Validates Tracecat workflows and auto-fixes orphan nodes, disconnected triggers, and unclosed expressions, returning a report of applied fixes.
Instructions
Validate a workflow and automatically fix common issues: orphan nodes (position + connect), disconnected trigger (connect to first action), unclosed expressions (close }}). Returns a report of fixes applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | Workflow ID | |
| dry_run | No | If true, only report what would be fixed without applying changes (default: false) |