We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11eef73 commit 2d9a4e0Copy full SHA for 2d9a4e0
tests/Unit/DTO/WorkflowInfoTestCase.php
@@ -41,6 +41,8 @@ public function testMarshalling(): void
41
'ShouldContinueAsNew' => false,
42
'CronSchedule' => null,
43
'ContinuedExecutionRunID' => null,
44
+ 'FirstRunID' => null,
45
+ 'OriginalRunID' => null,
46
'ParentWorkflowNamespace' => null,
47
'RootWorkflowExecution' => null,
48
'ParentWorkflowExecution' => null,
0 commit comments