Skip to main content

Runtime Architecture

Components​

ComponentDescription
CoordinatorOrchestrates DAG execution and task scheduling
Executor PoolWorker nodes that execute individual tasks
State StoreTracks task state, checkpoints, and metadata
Resource ManagerAllocates and monitors compute resources
Log AggregatorCollects and indexes execution logs

Data Flow​

ext DAG Definition → Coordinator → Task Scheduler → Executor Pool → State Store ↓ Log Aggregator

See Also​