OrchestrationOperationalEnvironment scoped
Workflows
Durable procedures that sleep, wait, resume, and survive a runtime restart.
Instances4Placed in the selected environment
Replica freshness9 / 129 of 12 copies current
Regions3Holding a copy of this environment
In flight2Runtime work running right now
What it guarantees
A workflow records each step before it advances, so a completed step is never repeated after a restart. A sleep or a wait gives back its execution resources until the condition it waits on is ready.
- Record every step with a deterministic replay boundary
- Sleep for a duration or wait on an event without holding a runtime
- Signal, cancel, and read a running workflow from outside it
Configured resources
What this capability is holding up in the environment in scope right now.
| Resource | Kind | State | Configuration |
|---|---|---|---|
| fulfillTrade | Workflow | Active | Reserve, charge, ship, and notify |
| roomRetention | Workflow | Active | Sleeps until the retention boundary |
| restock | Workflow | Watching | Waits on a stockAdjusted event |
Telemetry
Running18Across active instances
Sleeping11Holding no runtime resources
Failed steps0Over the last hour
Recent activity
- fulfillTrade resumedCompleted, 2 minutes agoThe payment signal arrived and the shipping step began.
- Checkpoint storedObserved, 14 minutes agoroomRetention completed its third step before sleeping.