File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,13 +225,16 @@ public function testWorkflowWorkerBlocksReplayWhenActivityHistoryShapeDrifts():
225225 /** @var WorkflowRun $run */
226226 $ run = WorkflowRun::query ()->findOrFail ($ workflow ->runId ());
227227
228+ $ childCallId = '01kchildfromolderdefn00001 ' ;
229+ $ childRunId = '01kchildrunolderdefn000001 ' ;
230+
228231 WorkflowHistoryEvent::record ($ run , HistoryEventType::ChildWorkflowScheduled, [
229232 'sequence ' => 1 ,
230- 'child_call_id ' => ' child-from-older-definition ' ,
233+ 'child_call_id ' => $ childCallId ,
231234 'child_workflow_class ' => TestTimerWorkflow::class,
232235 'child_workflow_type ' => 'test-timer-workflow ' ,
233- 'child_workflow_instance_id ' => ' child-from-older-definition ' ,
234- 'child_workflow_run_id ' => ' child-run-from-older-definition ' ,
236+ 'child_workflow_instance_id ' => $ childCallId ,
237+ 'child_workflow_run_id ' => $ childRunId ,
235238 ]);
236239
237240 $ this ->runReadyTaskForRun ($ workflow ->runId (), TaskType::Workflow);
You can’t perform that action at this time.
0 commit comments