/ Advanced Reference / Architecture / RuntimeFlexiRule DocsRuntimeTechnical details on how rules are executed and monitored at runtime.Improve this pageAsk AI Open in ChatGPT Open in ClaudePage Tools Copy link Copy Markdown Download PDF View sourceRuntime & Dispatching#OverviewExecution ContextGraph OrchestrationExecution Context The `ExecutionContext` is the "Brain" of a rule execution. It travels through every node, carrying state and providing environmental … Graph Orchestration FlexiRule represents automation as a **Directed Graph**. This is not just a UI choice; it is the fundamental way the engine reasons about … Overview The `RuleEngine` is the heart of FlexiRule. It doesn't just run code; it manages a **Stateful Execution Pipeline**.