behaviour of await client.ListInstancesAsync( queryFilter, CancellationToken.None); #1825
Unanswered
vigouredelaruse
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i want to get a list of DurableOrchestrationStatus according to this query. acknowledged that handling paged results is incorrectly handled.
i woudn't mind a result that includes durable entities, but for some reason the entites come and go from the list, perhaps influenced by delete signals, and the resulting create date
either way i would like to know how.to control the api i referenced such that durable entities are returned along with orchestrations, no matter when the entities were created.
is there something inappropriate about the query condition for instance? please advise
Beta Was this translation helpful? Give feedback.
All reactions