Skip to content

Commit 45de2a5

Browse files
Freshness, in progress.
1 parent 91da2ea commit 45de2a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/logic-apps/logic-apps-control-flow-run-steps-group-scopes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ To run a group of actions only after another group of actions succeed or fail, y
1616

1717
To check a scope's status, you can use the same criteria
1818
that you use to determine a logic apps' run status,
19-
such as **Succeeded**, **Failed**, **Cancelled**, and so on.
19+
such as **Succeeded**, **Failed**, **Canceled**, and so on.
2020
By default, when all the scope's actions succeed,
2121
the scope's status is marked as **Succeeded**.
2222
But when any action in the scope fails or is canceled,
2323
the scope's status is marked **Failed**.
2424
For limits on scopes, see
25-
[Limits and config](../logic-apps/logic-apps-limits-and-config.md).
25+
Limits and configuration reference](../logic-apps/logic-apps-limits-and-config.md).
2626

27-
For example, here is a high-level logic app that uses a scope to
27+
For example, here's a high-level logic app that uses a scope to
2828
run specific actions and a condition to check the scope's status.
2929
If any actions in the scope fail or end unexpectedly,
3030
the scope is marked **Failed** or **Aborted** respectively,
@@ -221,7 +221,7 @@ Rename the condition with this description: **If scope failed**
221221
![Add condition to check scope status](./media/logic-apps-control-flow-run-steps-group-scopes/add-condition-check-scope-status.png)
222222
223223
1. In the condition, add these expressions that check whether
224-
the scope's status is equal to "Failed" or "Aborted".
224+
the scope's status is equal to *Failed* or *Aborted*.
225225
226226
1. To add another row, select **Add**.
227227

0 commit comments

Comments
 (0)