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 1cb8463 commit fded23eCopy full SHA for fded23e
temporalio/client.py
@@ -5334,7 +5334,7 @@ async def start_workflow_update(
5334
client=self._client,
5335
id=req.request.meta.update_id,
5336
workflow_id=input.id,
5337
- workflow_run_id=input.run_id,
+ workflow_run_id=resp.update_ref.workflow_execution.run_id,
5338
result_type=input.ret_type,
5339
)
5340
if resp.HasField("outcome"):
0 commit comments