dapr-sandbox/dapr-logicapps-extension

Asynchronous execution

Opened this issue · 1 comments

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

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.