Connections
Connections define the direction of workflow.
They link node outputs to inputs of the next node.
Each connection:
Passes data and execution context
Enables branching or parallel paths
You can chain multiple nodes to create full automation flows.
Last updated
Was this helpful?