You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status(StatusCode="Unknown", Detail="Exception was thrown by handler.")
If i try to get all Instances without filters, works fine.
varinstances=client.GetAllInstancesAsync();boolany=awaitinstances.Where(
x =>x.RuntimeStatus==OrchestrationRuntimeStatus.Running||x.RuntimeStatus==OrchestrationRuntimeStatus.Pending).AnyAsync();
Any Idea?
The text was updated successfully, but these errors were encountered:
Hi @kikutano , thank you for opening this issue. I used the code that you provided to try and reproduce the issue and it's working for me. I don't see an exception. If possible, can you attach a zip file of a minimal code repro so we can locally debug the issue on our end? Thanks!
Hello, when I try to use the GetAllInstancesAsync() Method:
throws an Exception:
Status(StatusCode="Unknown", Detail="Exception was thrown by handler.")
If i try to get all Instances without filters, works fine.
Any Idea?
The text was updated successfully, but these errors were encountered: