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

Block Execution Order

Quick order of block execution

First are connectors shown in light blue. These initialize first to establish a connection to an outside service.

Next is On Graph Start which can be used to initialize variables.

Last is Entry Point which begins.

Last updated