We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8994143 commit 1c1c8a0Copy full SHA for 1c1c8a0
temporalio/client.py
@@ -5412,7 +5412,7 @@ async def start_workflow_update(
5412
client=self._client,
5413
id=req.request.meta.update_id,
5414
workflow_id=input.id,
5415
- workflow_run_id=input.run_id,
+ workflow_run_id=resp.update_ref.workflow_execution.run_id,
5416
result_type=input.ret_type,
5417
)
5418
if resp.HasField("outcome"):
0 commit comments