Skip to content

Commit

Permalink
codeDepot tags
Browse files Browse the repository at this point in the history
  • Loading branch information
karissarjacobsen committed Apr 5, 2024
2 parents 0e14b00 + da6da65 commit 59a0f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Services/Examples/Maestro/GetWorkflowStatusService.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GetWorkflowStatusService
* @return WorkflowInstance
* @throws ApiException
*/
#ds-snippet-start:Maestro3Step2
#ds-snippet-start:Maestro3Step3
public static function getWorkflowInstance(
WorkflowInstanceManagementApi $workflowInstanceApi,
string $accountId,
Expand All @@ -30,5 +30,5 @@ public static function getWorkflowInstance(
$instanceId
);
}
#ds-snippet-end:Maestro3Step2
#ds-snippet-end:Maestro3Step3
}

0 comments on commit 59a0f6f

Please sign in to comment.