Track activity and sub-orchestrator progress in Azure Durable Functions orchestrators
Read OriginalThis technical article addresses the challenge of tracking individual task completion in Azure Durable Functions' fan-out/fan-in patterns. It details a solution using `Task.WhenAny()` to monitor parallel activity/sub-orchestrator progress in real-time, updating the orchestrator's custom status for external querying via the Durable Functions REST API, without relying on an external database.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser