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 b2db525 commit e529353Copy full SHA for e529353
src/Services/Examples/Maestro/GetWorkflowStatusService.php
@@ -17,7 +17,6 @@ class GetWorkflowStatusService
17
* @return WorkflowInstance
18
* @throws ApiException
19
*/
20
- #ds-snippet-start:Maestro3Step3
21
public static function getWorkflowInstance(
22
WorkflowInstanceManagementApi $workflowInstanceApi,
23
string $accountId,
@@ -30,5 +29,4 @@ public static function getWorkflowInstance(
30
29
$instanceId
31
);
32
}
33
- #ds-snippet-end:Maestro3Step3
34
0 commit comments