Description
We have been working with the sample:
https://github.com/Azure-Samples/durable-task-extension-for-agent-framework/tree/main/samples/python/azure-container-apps/agentic-travel-planner
Using this setup, we validated the following use cases:
✅ HITL (Human-in-the-Loop) across replicas
One replica can pause for approval, and another replica can resume and complete the workflow.
✅ Distributed orchestration using Durable Task Scheduler
Demonstrates reliable execution across multiple orchestration instances.
Gap Identified
While Durable Task Scheduler works well for orchestration scenarios, it is not natively integrated with Microsoft Agent Framework workflows.
Is Durable Task support planned for Agent Framework workflows?
If already supported, could you please share the relevant GitHub repo or documentation URL?
Code Sample
Language/SDK
Python