Skip to content

Commit 717b475

Browse files
committed
Set run ID in update handle
1 parent 5851a9b commit 717b475

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
@@ -5419,7 +5419,7 @@ async def start_workflow_update(
54195419
client=self._client,
54205420
id=req.request.meta.update_id,
54215421
workflow_id=input.id,
5422-
workflow_run_id=input.run_id,
5422+
workflow_run_id=resp.update_ref.workflow_execution.run_id,
54235423
result_type=input.ret_type,
54245424
)
54255425
if resp.HasField("outcome"):

0 commit comments

Comments
 (0)