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 eb43f64 commit 1f082b1
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 @@ -5419,7 +5419,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 1f082b1

Please sign in to comment.