image.png

Flow is the foundational execution layer and the top-level orchestration layer of the system. It is responsible for handling Enter signals, Triggers, event bus messages, and subgraph calls, then connecting nodes into executable chains. Flow is best suited for process orchestration, event handling, call sequencing, standard conditional branching, and data read/write operations. In practice, it can be understood as the system’s main logic backbone and glue layer.