🔄Execution Control Nodes

Execution control nodes are nodes that do not perform a specific action; they are instead used to control the flow of the graph/program execution. Currently, there are three types of execution control nodes: Start Node, Condditional Node and Output Node. Refer to each node's documentation page for more detailed information about their usage.

Last updated