AutomationWorkflowVersionEdgesInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| animated | Boolean | Whether the edge should be animated in the editor | |
| conditionData | ExpressionScalar | Expression data for the condition | |
| conditionType | WorkflowEdgeKind | Type of condition for traversing this edge | |
| fromNodeHandle | String | ID of the source node | |
| handle | String | A unique stable identifier for the edge across workflow versions | |
| label | String | Display label for the edge (e.g., 'Success', 'Failure', 'Case: Error') | |
| priority | Int | Priority order when multiple edges from same node (lower = higher priority) | |
| style | JsonString | Visual styling for the edge in the workflow editor | |
| toNodeHandle | String | ID of the target node | |
| vfSource | String | Source handle ID for Vue Flow (e.g., 'output', 'success', 'failure') | |
| vfTarget | String | Target handle ID for Vue Flow (e.g., 'input') |