File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5412,7 +5412,7 @@ async def start_workflow_update(
5412
5412
client = self ._client ,
5413
5413
id = req .request .meta .update_id ,
5414
5414
workflow_id = input .id ,
5415
- workflow_run_id = input .run_id ,
5415
+ workflow_run_id = resp . update_ref . workflow_execution .run_id ,
5416
5416
result_type = input .ret_type ,
5417
5417
)
5418
5418
if resp .HasField ("outcome" ):
Original file line number Diff line number Diff line change @@ -4590,6 +4590,8 @@ async def test_workflow_update_separate_handle(
4590
4590
wait_for_stage = WorkflowUpdateStage .ACCEPTED ,
4591
4591
)
4592
4592
4593
+ assert update_handle_1 .workflow_run_id == handle .first_execution_run_id
4594
+
4593
4595
# Create another handle and have them both wait for update complete
4594
4596
update_handle_2 = client .get_workflow_handle (
4595
4597
handle .id , run_id = handle .result_run_id
You can’t perform that action at this time.
0 commit comments