{"categories":[{"label":"Distributed Computing","url":"https://skillfed.io/packages/category/system-distributed-computing/2"}],"enrichment":{"capability":"Provides a Python provider implementation for orchestrating durable workflows with Azure Durable Task Scheduler, enabling reliable task execution and state management across distributed systems.","skillfed_tags":["azure-integration","workflow-orchestration","distributed-systems"],"use_cases":["Building multi-step business processes that must survive service restarts or network failures.","Orchestrating microservice workflows where tasks run asynchronously across multiple services.","Implementing approval workflows or human-in-the-loop processes with durable state.","Coordinating complex data pipelines with retry logic and error handling built in.","Running scheduled or event-driven tasks that need to maintain execution history and state."],"what_it_does":"durabletask-azuremanaged is a provider implementation within the Durable Task Python SDK ecosystem that connects orchestration logic to Azure Durable Task Scheduler. It sits between the core durabletask orchestration framework and Azure's managed infrastructure, handling the communication and state persistence needed to run reliable, long-running workflows.\n\nThe package is designed for developers building distributed workflows that need to survive failures, coordinate across services, or maintain state across long-running operations. It depends on durabletask for the orchestration model and azure-identity for authentication, and integrates with Azure's managed scheduler to handle task distribution and durability. Optional support for externalized payloads via the azure-blob-payloads extra allows workflows to handle large data without payload size constraints.","worth_installing":"Yes, if you are building on Azure and need durable orchestration. The package is actively maintained, has no known vulnerabilities, low install friction, and permissive licensing. It is production-stable (Development Status 5) and well-positioned in the ecosystem as the official Azure provider for the Durable Task framework. Install only if you are committed to Azure Durable Task Scheduler or Azure Durable Functions; it is not a general-purpose workflow library."},"id":"durabletask-azuremanaged","links":{"html":"https://skillfed.io/packages/durabletask-azuremanaged","md":"https://skillfed.io/packages/durabletask-azuremanaged.md","pypi":"https://pypi.org/project/durabletask-azuremanaged/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-30","license_spdx":null,"license_treatment":"permissive","name":"durabletask.azuremanaged","python_support":"supports_current","summary":"Durable Task Python SDK provider implementation for the Azure Durable Task Scheduler"},"popularity":{"monthly_downloads":382159,"position":7090,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.9.0"}
