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 3f1da89 commit 7251fdfCopy full SHA for 7251fdf
temporalio/client.py
@@ -6107,7 +6107,7 @@ def on_start(
6107
),
6108
None,
6109
)
6110
- if status and status.code in RPCStatusCode:
+ if status and status.code in list(RPCStatusCode):
6111
if status.code == RPCStatusCode.ALREADY_EXISTS:
6112
details = temporalio.api.errordetails.v1.WorkflowExecutionAlreadyStartedFailure()
6113
if status.details[0].Unpack(details):
0 commit comments