dapr-sandbox / dapr-logicapps-extension

Run Cloud Native workflows on any environment using Dapr
Apache License 2.0
135 stars 29 forks source link

Use state management building block to save the state of the Logic App workflow #54

Open msfussell opened 4 years ago

msfussell commented 4 years ago

Currently the state of the workflow is saved to Azure Storage for failover recovery. Using Dapr’s state management building block to save the state of the workflow, meaning that you can take advantage of any of the supported Dapr component state stores and make your code more portable.