Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.51k stars 290 forks source link

revise entity backend properties and implement entity backend queries #957

Closed sebastianburckhardt closed 1 year ago

sebastianburckhardt commented 1 year ago

This PR does

  1. simplify how features are supported via IEntityOrchestrationService.
  2. implements direct support for entity queries in the AzureStorageOrchestrationService.
jviau commented 1 year ago

Do you know why tests are failing? Is that going to be addressed afterwards?

sebastianburckhardt commented 1 year ago

I am going to take a look at the failing tests after I merge this (because it is difficult to maintain different branches for all the PRs in my local build).