Skip to content
Project
OrchestrationOperationalEnvironment scoped

Workflows

All capabilities

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.

ResourceKindStateConfiguration
fulfillTradeWorkflowActiveReserve, charge, ship, and notify
roomRetentionWorkflowActiveSleeps until the retention boundary
restockWorkflowWatchingWaits on a stockAdjusted event

Telemetry

Running18Across active instances
Sleeping11Holding no runtime resources
Failed steps0Over the last hour

Recent activity

  1. fulfillTrade resumedCompleted, 2 minutes agoThe payment signal arrived and the shipping step began.
  2. Checkpoint storedObserved, 14 minutes agoroomRetention completed its third step before sleeping.