Workflow Editor
Connecting Nodes
How to draw edges between nodes on the canvas.
Edges define execution order and data flow between nodes.
Drawing an edge
- Hover over a node's output port (right side circle)
- Click and drag from the port
- Release on another node's input port (left side circle)
Deleting an edge
Click the edge line to select it, then press Delete or Backspace.
Rules
- A node can have multiple outgoing edges (fan-out)
- A node can have multiple incoming edges (fan-in)
- Cycles are not allowed (the graph must be acyclic)
Next steps
- Configuring Nodes - referencing upstream data
