tracecat_add_edges
Add edges to connect actions and triggers in a workflow graph, using source type and optional handle for success or error.
Instructions
Add connections (edges) between actions in a workflow graph. source_type is 'trigger' for the trigger node or 'udf' for actions. source_handle can be 'success', 'error', or null (default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | Workflow ID | |
| edges | Yes | Array of edges to add |