microsoft/durabletask-python
Python
Captured source
source ↗microsoft/durabletask-python
Description: A Durable Task Python SDK compatible with the Durable Task Scheduler
Language: Python
License: MIT
Stars: 34
Forks: 29
Open issues: 17
Created: 2023-04-14T00:11:21Z
Pushed: 2026-06-18T03:23:53Z
Default branch: main
Fork: no
Archived: no
README:
Durable Task SDK for Python
 
This repo contains a Python SDK for use with the Azure Durable Task Scheduler. With this SDK, you can define, schedule, and manage durable orchestrations using ordinary Python code.
> Note that this SDK is not currently compatible with Azure Durable Functions. If you are looking for a Python SDK for Azure Durable Functions, please see this repo.
References
- [Supported Patterns](./docs/supported-patterns.md)
- [Available Features](./docs/features.md)
- [Getting Started](./docs/getting-started.md)
- [Development Guide](./docs/development.md)
- [Contributing Guide](./CONTRIBUTING.md)
Optional Features
Large Payload Externalization
Install the azure-blob-payloads extra to automatically offload oversized orchestration payloads to Azure Blob Storage:
pip install durabletask[azure-blob-payloads]
See the [feature documentation](./docs/features.md#large-payload-externalization) and the [example](./examples/large_payload/) for usage details.
Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
Notability
notability 5.0/10Solid new repo with modest traction