Execution Flow
Last updated
Was this helpful?
Last updated
Was this helpful?
Programs are executed sequentially following the structure of their graph.
Execution always starts from a Start Node; then, edges are followed in order to walk through the graph and execute nodes in the correct sequence. See the section for detailed information on how nodes and edges can be arranged.
Nodes may log messages as they are executed. Logs will appear in the console section in real time during execution.