Skip to content

Commit fded23e

Browse files
committed
Set run ID in update handle
1 parent 1cb8463 commit fded23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5334,7 +5334,7 @@ async def start_workflow_update(
53345334
client=self._client,
53355335
id=req.request.meta.update_id,
53365336
workflow_id=input.id,
5337-
workflow_run_id=input.run_id,
5337+
workflow_run_id=resp.update_ref.workflow_execution.run_id,
53385338
result_type=input.ret_type,
53395339
)
53405340
if resp.HasField("outcome"):

0 commit comments

Comments
 (0)