Skip to content

Commit 08cbdee

Browse files
committed
Acrolinx fixes
1 parent 3b82f5f commit 08cbdee

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

api-reference/beta/api/identitygovernance-workflow-cancelprocessing.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: "workflow: cancelProcessing"
2+
title: "Workflow: cancelProcessing"
33
description: "Cancel workflow runs that are currently in progress or queued."
4-
author: "AlexFilipin"
4+
author: "KristinaSmith"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-id-governance"
77
doc_type: apiPageType
88
ms.date: 03/26/2026
99
---
1010

11-
# workflow: cancelProcessing
11+
# Workflow: cancelProcessing
1212

1313
Namespace: microsoft.graph.identityGovernance
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

1717
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.
1818

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.
2020

2121
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
2222

@@ -64,7 +64,7 @@ When using [cancelRunsScope](../resources/identitygovernance-cancelrunsscope.md)
6464
|Property|Type|Description|
6565
|:---|:---|:---|
6666
|@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.|
6868

6969
## Response
7070

@@ -266,9 +266,9 @@ Content-Type: application/json
266266
}
267267
```
268268

269-
### Example 5: Run not in cancellable state
269+
### Example 5: Run not in cancelable state
270270

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.
272272

273273
#### Request
274274

@@ -317,7 +317,7 @@ Content-Type: application/json
317317

318318
### Example 6: Too many runs
319319

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.
321321

322322
#### Request
323323

api-reference/beta/resources/identitygovernance-cancelscope.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "cancelScope resource type"
3-
description: "An abstract base type that defines the scope for cancelling workflow processing."
4-
author: "AlexFilipin"
3+
description: "An abstract base type that defines the scope for canceling workflow processing."
4+
author: "KristinaSmith"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-id-governance"
77
doc_type: resourcePageType
@@ -14,7 +14,7 @@ Namespace: microsoft.graph.identityGovernance
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
An abstract base type that defines the scope for cancelling workflow processing when using the [cancelProcessing](../api/identitygovernance-workflow-cancelprocessing.md) action. This type cannot be instantiated directly; use one of the derived types such as [cancelRunsScope](identitygovernance-cancelrunsscope.md) instead.
17+
An abstract base type that defines the scope for canceling workflow processing when using the [cancelProcessing](../api/identitygovernance-workflow-cancelprocessing.md) action. This type can't be instantiated directly; use one of the derived types such as [cancelRunsScope](identitygovernance-cancelrunsscope.md) instead.
1818

1919
Base type of [cancelRunsScope](identitygovernance-cancelrunsscope.md).
2020

0 commit comments

Comments
 (0)