Skip to main content

Coordinator Flows

Command flows for resuming incomplete run creation, dispatching run chunk windows, finalizing completed work, and publishing orchestration events.

These flows cover the orchestration process that completes durable creation plans, turns activated run state into worker-ready chunks, finalizes runs after chunk completion, and publishes queued state-change events with bounded outbox concurrency. The coordinator owns scheduling decisions, not evaluator execution.

Each command page includes:

  • an execution flow that shows the coordinator loop boundaries
  • a decision flow that shows creation recovery, dispatch, finalize, concurrent publish, idle, and error paths

Commands

  • Once performs one bounded coordinator cycle and exits.
  • Start runs the coordinator loop until shutdown.