This is the first 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 start a new orchestration and how to retrieve the status and the result of the orchestration:
[1:33] StartNewAsync
[5:28] CreateCheckStatusResponse
[11:08] WaitForCompletionOrCreateCheckStatusResponseAsync
GitHub repo with the demo project: https://github.com/marcduiker/demos-a...
Related Microsoft docs:
https://docs.microsoft.com/en-us/azur...
https://docs.microsoft.com/en-us/aspn...