We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896a097 commit bf1b4dcCopy full SHA for bf1b4dc
temporalio/client.py
@@ -6100,7 +6100,7 @@ def on_start(
6100
),
6101
None,
6102
)
6103
- if status and status.code in RPCStatusCode:
+ if status and status.code in list(RPCStatusCode):
6104
if status.code == RPCStatusCode.ALREADY_EXISTS:
6105
details = temporalio.api.errordetails.v1.WorkflowExecutionAlreadyStartedFailure()
6106
if status.details[0].Unpack(details):
0 commit comments