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
I expect to receive a None response when the instance does not exist, as defined by the docs:
The current state of the workflow instance, or None if the workflow instance does not exist.
Actual Behavior
I am getting an Exception when the instance does not exist:
== APP == grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
== APP == status = StatusCode.UNKNOWN
== APP == details = "error from internal actor: no such instance exists"
== APP == debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.0.1:55008 {grpc_message:"error from internal actor: no such instance exists", grpc_status:2, created_time:"2024-10-23T10:46:36.084357+01:00"}"
Steps to Reproduce the Problem
The following small app can reproduce by calling the endpoint
Expected Behavior
When I run:
I expect to receive a
None
response when the instance does not exist, as defined by the docs:Actual Behavior
I am getting an Exception when the instance does not exist:
Steps to Reproduce the Problem
The following small app can reproduce by calling the endpoint
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: