dapr-sandbox / dapr-logicapps-extension

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

Asynchronous execution #62

Open stephaneey opened 4 years ago

stephaneey commented 4 years ago

Hello,

According to your samples and my tests, I have the impression that the workflow execution itself is fully synchronous, unlike the MS hosted logic apps that returns an tracking ID. Is my understanding correct or do I miss anything? If yes, is there a plan to also support asynchronous executions?

Best regards

yaron2 commented 4 years ago

This is supported. Dapr Workflows will not return the tracking ID, but steps can be executed async by removing the runAfter section from a step.