Skip to content

Commit

Permalink
Set run ID in update handle
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Dec 19, 2024
1 parent 8994143 commit 1c1c8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporalio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5412,7 +5412,7 @@ async def start_workflow_update(
client=self._client,
id=req.request.meta.update_id,
workflow_id=input.id,
workflow_run_id=input.run_id,
workflow_run_id=resp.update_ref.workflow_execution.run_id,
result_type=input.ret_type,
)
if resp.HasField("outcome"):
Expand Down

0 comments on commit 1c1c8a0

Please sign in to comment.