We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d7fa1 commit da6da65Copy full SHA for da6da65
src/Services/Examples/Maestro/GetWorkflowStatusService.php
@@ -17,7 +17,7 @@ class GetWorkflowStatusService
17
* @return WorkflowInstance
18
* @throws ApiException
19
*/
20
- #ds-snippet-start:Maestro3Step2
+ #ds-snippet-start:Maestro3Step3
21
public static function getWorkflowInstance(
22
WorkflowInstanceManagementApi $workflowInstanceApi,
23
string $accountId,
@@ -30,5 +30,5 @@ public static function getWorkflowInstance(
30
$instanceId
31
);
32
}
33
- #ds-snippet-end:Maestro3Step2
+ #ds-snippet-end:Maestro3Step3
34
0 commit comments