microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 32 forks source link

Support multi-instance query by implementing interface in new interface in DTFx #71

Closed kaibocai closed 2 years ago

kaibocai commented 2 years ago

Refer here https://github.com/microsoft/durabletask-java/issues/9 for more details, this PR has an example how AzureStorageOrchestractionService implement the interface.