We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59a0f6f + edb7a70 commit 9bb01f2Copy full SHA for 9bb01f2
src/Services/Examples/Maestro/CancelMaestroWorkflowService.php
@@ -45,15 +45,14 @@ public static function getWorkflowInstanceAndCheckItsStatus(
45
* @param string $accountId
46
* @param string $instanceId
47
* @return CancelResponse
48
- * @throws ApiException
49
*/
50
- #ds-snippet-start:Maestro2Step2
+ #ds-snippet-start:Maestro2Step3
51
public static function cancelWorkflowInstance(
52
WorkflowInstanceManagementApi $workflowInstanceApi,
53
string $accountId,
54
string $instanceId
55
): CancelResponse {
56
return $workflowInstanceApi->cancelWorkflowInstance($accountId, $instanceId);
57
}
58
- #ds-snippet-end:Maestro2Step2
+ #ds-snippet-end:Maestro2Step3
59
0 commit comments