Durable Functions #6: GetStatusAsync (DurableOrchestrationClient part 2)

Опубликовано: 16 Июль 2026
на канале: Serverless on Azure
884
15

This is the second part of a series of vlogs where I'll talk about the Durable Functions API. In this episode I'm covering methods from the DurableOrchestrationClient(Base) class on how to retrieve the status of one or multiple orchestration instances:

[0:30] Overview of GetStatusAsync methods.
[1:39] GetStatusAsync for one orchestration instance.
[5:21] GetStatusAsync for multiple orchestration instances.

GitHub repo with the demo project: https://github.com/marcduiker/demos-a...