Skip to content

Commit 1c1c8a0

Browse files
committed
Set run ID in update handle
1 parent 8994143 commit 1c1c8a0

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
@@ -5412,7 +5412,7 @@ async def start_workflow_update(
54125412
client=self._client,
54135413
id=req.request.meta.update_id,
54145414
workflow_id=input.id,
5415-
workflow_run_id=input.run_id,
5415+
workflow_run_id=resp.update_ref.workflow_execution.run_id,
54165416
result_type=input.ret_type,
54175417
)
54185418
if resp.HasField("outcome"):

0 commit comments

Comments
 (0)