AWS service for coordinating multiple AWS services into serverless workflows. Like a conductor orchestrating different musicians to play a symphony together.
An order processing workflow uses Step Functions to coordinate payment, inventory check, and shipping in the correct sequence.
All are managed workflow/orchestration services that coordinate multiple steps and services with state, retries, and error handling. AWS Step Functions is a general-purpose state machine orchestrator with many AWS service integrations; Azure Durable Functions is code-first orchestration built on Azure Functions; Google Cloud Workflows is a YAML/JSON-defined orchestrator optimized for calling Google/HTTP APIs; OCI Workflows orchestrates OCI services and functions in a managed flow.