Creating Event-Based Workflows With Azure Durable Functions

Durable Functions is an extension of the Azure Functions serverless stack that introduces state management and orchestration across functions without the need to write the plumbing code yourself.
Today, I want to take a look at the scenario of creating…

Durable Functions is an extension of the Azure Functions serverless stack that introduces state management and orchestration across functions without the need to write the plumbing code yourself.
Today, I want to take a look at the scenario of creating a client-driven event workflow system. Our client will initiate a request and that will start a workflow. We’ll use the HTTP binding for our function and also pass in the OrchestrationClient:


Print Share Comment Cite Upload Translate
APA
Posts on LINQ to Fail | Sciencx (2024-03-28T12:31:26+00:00) » Creating Event-Based Workflows With Azure Durable Functions. Retrieved from https://www.scien.cx/2019/05/08/creating-event-based-workflows-with-azure-durable-functions/.
MLA
" » Creating Event-Based Workflows With Azure Durable Functions." Posts on LINQ to Fail | Sciencx - Wednesday May 8, 2019, https://www.scien.cx/2019/05/08/creating-event-based-workflows-with-azure-durable-functions/
HARVARD
Posts on LINQ to Fail | Sciencx Wednesday May 8, 2019 » Creating Event-Based Workflows With Azure Durable Functions., viewed 2024-03-28T12:31:26+00:00,<https://www.scien.cx/2019/05/08/creating-event-based-workflows-with-azure-durable-functions/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » Creating Event-Based Workflows With Azure Durable Functions. [Internet]. [Accessed 2024-03-28T12:31:26+00:00]. Available from: https://www.scien.cx/2019/05/08/creating-event-based-workflows-with-azure-durable-functions/
CHICAGO
" » Creating Event-Based Workflows With Azure Durable Functions." Posts on LINQ to Fail | Sciencx - Accessed 2024-03-28T12:31:26+00:00. https://www.scien.cx/2019/05/08/creating-event-based-workflows-with-azure-durable-functions/
IEEE
" » Creating Event-Based Workflows With Azure Durable Functions." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2019/05/08/creating-event-based-workflows-with-azure-durable-functions/. [Accessed: 2024-03-28T12:31:26+00:00]
rf:citation
» Creating Event-Based Workflows With Azure Durable Functions | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2019/05/08/creating-event-based-workflows-with-azure-durable-functions/ | 2024-03-28T12:31:26+00:00
https://github.com/addpipe/simple-recorderjs-demo