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 c5c8a43 commit ceb20bdCopy full SHA for ceb20bd
src/Services/Examples/Maestro/CancelMaestroWorkflowService.php
@@ -46,13 +46,11 @@ public static function getWorkflowInstanceAndCheckItsStatus(
46
* @param string $instanceId
47
* @return CancelResponse
48
*/
49
- #ds-snippet-start:Maestro2Step3
50
public static function cancelWorkflowInstance(
51
WorkflowInstanceManagementApi $workflowInstanceApi,
52
string $accountId,
53
string $instanceId
54
): CancelResponse {
55
return $workflowInstanceApi->cancelWorkflowInstance($accountId, $instanceId);
56
}
57
- #ds-snippet-end:Maestro2Step3
58
0 commit comments