|
1 | 1 | --- |
2 | | -title: "workflow: cancelProcessing" |
| 2 | +title: "Workflow: cancelProcessing" |
3 | 3 | description: "Cancel workflow runs that are currently in progress or queued." |
4 | | -author: "AlexFilipin" |
| 4 | +author: "KristinaSmith" |
5 | 5 | ms.localizationpriority: medium |
6 | 6 | ms.subservice: "entra-id-governance" |
7 | 7 | doc_type: apiPageType |
8 | 8 | ms.date: 03/26/2026 |
9 | 9 | --- |
10 | 10 |
|
11 | | -# workflow: cancelProcessing |
| 11 | +# Workflow: cancelProcessing |
12 | 12 |
|
13 | 13 | Namespace: microsoft.graph.identityGovernance |
14 | 14 |
|
15 | 15 | [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] |
16 | 16 |
|
17 | 17 | Cancel one or more [workflow](../resources/identitygovernance-workflow.md) runs that are currently in progress or queued. This action allows administrators to stop processing of workflow runs on demand. |
18 | 18 |
|
19 | | -Only runs in `queued` or `inProgress` status can be cancelled. Completed, failed, or already cancelled runs cannot be cancelled. Currently limited to cancelling 1 run per request. |
| 19 | +Only runs in `queued` or `inProgress` status can be canceled. Completed, failed, or already canceled runs can't be canceled. Currently limited to canceling one run per request. |
20 | 20 |
|
21 | 21 | [!INCLUDE [national-cloud-support](../../includes/all-clouds.md)] |
22 | 22 |
|
@@ -64,7 +64,7 @@ When using [cancelRunsScope](../resources/identitygovernance-cancelrunsscope.md) |
64 | 64 | |Property|Type|Description| |
65 | 65 | |:---|:---|:---| |
66 | 66 | |@odata.type|String|Must be `#microsoft.graph.identityGovernance.cancelRunsScope`. Required.| |
67 | | -|runs|[microsoft.graph.identityGovernance.run](../resources/identitygovernance-run.md) collection|The workflow runs to cancel. Currently limited to 1 run per request. Required.| |
| 67 | +|runs|[microsoft.graph.identityGovernance.run](../resources/identitygovernance-run.md) collection|The workflow runs to cancel. Currently limited to one run per request. Required.| |
68 | 68 |
|
69 | 69 | ## Response |
70 | 70 |
|
@@ -266,9 +266,9 @@ Content-Type: application/json |
266 | 266 | } |
267 | 267 | ``` |
268 | 268 |
|
269 | | -### Example 5: Run not in cancellable state |
| 269 | +### Example 5: Run not in cancelable state |
270 | 270 |
|
271 | | -The following example shows a request where the run isn't in a cancellable state. Only runs with status `queued` or `inProgress` can be cancelled. |
| 271 | +The following example shows a request where the run isn't in a cancelable state. Only runs with status `queued` or `inProgress` can be canceled. |
272 | 272 |
|
273 | 273 | #### Request |
274 | 274 |
|
@@ -317,7 +317,7 @@ Content-Type: application/json |
317 | 317 |
|
318 | 318 | ### Example 6: Too many runs |
319 | 319 |
|
320 | | -The following example shows a request that exceeds the maximum number of runs allowed per request. Currently, only 1 run can be cancelled per request. |
| 320 | +The following example shows a request that exceeds the maximum number of runs allowed per request. Currently, only one run can be canceled per request. |
321 | 321 |
|
322 | 322 | #### Request |
323 | 323 |
|
|
0 commit comments