31 views, in reading order. Every view ships three ways: an HTML page, an SVG that re-opens in diagrams.net fully editable, and draw.io source.
An Azure-native platform that executes DAG workflows across a horizontally scalable worker fleet, with durable state, at-least-once task delivery, application-level idempotency, configurable retries, dead-letter recovery and per-tenant backpressure. The set reads in six acts: what sits inside the boundary, how the parts fit, where execution state lives, what happens at runtime, how it is operated, and why it is safe. Six decisions carry the whole design — Cosmos DB is the source of truth and Service Bus only distributes work (view 03); a transactional outbox replaces the dual write that would otherwise lose or invent tasks (views 11 and 13); orchestration is stateless and competing rather than one long-lived actor per execution (view 14); retries are re-enqueued as scheduled messages instead of abandoned onto the queue, so backoff and jitter are real (view 19); the scheduler is the only leader-elected component and it is fenced with a monotonic token rather than trusted with a lease (view 30); and at-least-once is stated as the contract, with idempotency pushed to the task handler and its downstream (view 17).
svg/<view>.svg or drawio/<view>.drawio in draw.io Desktop or at app.diagrams.net to edit. The SVG carries the diagram inside it, so it is both the picture and the source. This folder is self-contained — copy it whole and every link still resolves.