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 5851a9b commit 717b475Copy full SHA for 717b475
temporalio/client.py
@@ -5419,7 +5419,7 @@ async def start_workflow_update(
5419
client=self._client,
5420
id=req.request.meta.update_id,
5421
workflow_id=input.id,
5422
- workflow_run_id=input.run_id,
+ workflow_run_id=resp.update_ref.workflow_execution.run_id,
5423
result_type=input.ret_type,
5424
)
5425
if resp.HasField("outcome"):
0 commit comments