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(
54125412 client = self ._client ,
54135413 id = req .request .meta .update_id ,
54145414 workflow_id = input .id ,
5415- workflow_run_id = input .run_id ,
5415+ workflow_run_id = resp . update_ref . workflow_execution .run_id ,
54165416 result_type = input .ret_type ,
54175417 )
54185418 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(
45904590 wait_for_stage = WorkflowUpdateStage .ACCEPTED ,
45914591 )
45924592
4593+ assert update_handle_1 .workflow_run_id == handle .first_execution_run_id
4594+
45934595 # Create another handle and have them both wait for update complete
45944596 update_handle_2 = client .get_workflow_handle (
45954597 handle .id , run_id = handle .result_run_id
You can’t perform that action at this time.
0 commit comments