Skip to content

Commit ceb20bd

Browse files
remove incorrect codeDepot tags
1 parent c5c8a43 commit ceb20bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Services/Examples/Maestro/CancelMaestroWorkflowService.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ public static function getWorkflowInstanceAndCheckItsStatus(
4646
* @param string $instanceId
4747
* @return CancelResponse
4848
*/
49-
#ds-snippet-start:Maestro2Step3
5049
public static function cancelWorkflowInstance(
5150
WorkflowInstanceManagementApi $workflowInstanceApi,
5251
string $accountId,
5352
string $instanceId
5453
): CancelResponse {
5554
return $workflowInstanceApi->cancelWorkflowInstance($accountId, $instanceId);
5655
}
57-
#ds-snippet-end:Maestro2Step3
5856
}

0 commit comments

Comments
 (0)