Build Durable Functions orchestration patterns with activities and sub-orchestrations.
Build Durable Functions orchestration configs with activities, sub-orchestrations, timers, and retry policies.
Required Fields
orchestrationNamefunctionAppNametaskHubNameorchestration.patternorchestration.activitiesOutput will appear here...Azure Durable Functions is an extension of Azure Functions that lets you write stateful, long-running workflows in code using orchestrator functions. Instead of managing state machines or queues yourself, you define orchestration logic in C#, JavaScript, Python, or Java, and the Durable Task Framework handles state persistence, checkpointing, and replay. The framework supports patterns like function chaining, fan-out/fan-in, async HTTP APIs, monitoring (polling), and human interaction (approval workflows). The Durable Functions Builder helps you configure orchestration patterns with activity functions, sub-orchestrations, timers, and external event handling.
Disclaimer: This tool runs entirely in your browser. No data is sent to our servers. Always verify outputs before using them in production. AWS, Azure, and GCP are trademarks of their respective owners.