Skip to content

Commit 59a0f6f

Browse files
codeDepot tags
2 parents 0e14b00 + da6da65 commit 59a0f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Services/Examples/Maestro/GetWorkflowStatusService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class GetWorkflowStatusService
1717
* @return WorkflowInstance
1818
* @throws ApiException
1919
*/
20-
#ds-snippet-start:Maestro3Step2
20+
#ds-snippet-start:Maestro3Step3
2121
public static function getWorkflowInstance(
2222
WorkflowInstanceManagementApi $workflowInstanceApi,
2323
string $accountId,
@@ -30,5 +30,5 @@ public static function getWorkflowInstance(
3030
$instanceId
3131
);
3232
}
33-
#ds-snippet-end:Maestro3Step2
33+
#ds-snippet-end:Maestro3Step3
3434
}

0 commit comments

Comments
 (0)