Durable Task documentation
Durable Task is Microsoft's technology for building workflows and orchestrations as ordinary code that automatically survives failures. Durable Task handles state persistence, automatic recovery, and distributed coordination for you. Common use cases include distributed transactions, multi-agent AI orchestration, data processing pipelines, and infrastructure management.
Get started with Durable Agents
Quickstart
Get started in Durable Functions
Quickstart
- Create a Durable Functions app (C#)
- Create a Durable Functions app (Python)
- Create a Durable Functions app (JavaScript)
- Create a Durable Functions app (TypeScript)
- Create a Durable Functions app (PowerShell)
- Create a Durable Functions app (Java)
- Configure Durable Functions with Durable Task Scheduler