For the complete documentation index, see llms.txt. This page is also available as Markdown.

Additional Block Execution

Here is an example Graph that shows the order of execution.

Sample Graph (Click to enlarge)
Connectors run first
On Graph Start run second
TriggerAtStart option on a Timer will run third
Finally, the Entry Point is executed
Example showing when a timer will trigger with 'TriggerAtStart' set to false

Finally, let's inspect the output from the Graph

Terminal output of the running Graph.

Last updated