Skip to content

Commit c175814

Browse files
author
ecfan
committed
Fix blocking issues
1 parent 5449907 commit c175814

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/logic-apps/error-exception-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ When you add actions in the workflow designer, you implicitly declare the sequen
191191

192192
By default, an action that you add in the designer runs only if the preceding action completes with **Succeeded** status. This *run after* behavior precisely specifies the run order for actions in a workflow.
193193

194-
In the designer, you can change the default "run after" behavior for an action by [editing the action's **Run after** setting](#change-run-after-designer). This setting is available only on subsequent actions that follow the first action in a workflow. The first action in a workflow always runs after the trigger sucessfully runs. So, the **Run after** setting isn't available and doesn't apply to the first action.
194+
In the designer, you can change the default "run after" behavior for an action by [editing the action's **Run after** setting](#change-run-after-designer). This setting is available only on subsequent actions that follow the first action in a workflow. The first action in a workflow always runs after the trigger successfully runs. So, the **Run after** setting isn't available and doesn't apply to the first action.
195195

196196
In an action's underlying JSON definition, the **Run after** setting is the same as the `runAfter` property. This property specifies one or more predecessor actions that must first finish with the specific permitted statuses before the successor action can run. The `runAfter` property is a JSON object that provides flexibility by letting you specify all the predecessor actions that must finish before the successor action runs. This object also defines an array of acceptable statuses.
197197

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ so save your work often.
134134

135135
1. In the **Subject** field, enter this text:
136136

137-
`Time to leave: Traffic more than 10 minutes`
137+
`Time to leave: Traffic more than 10 minutes`
138138

139139
1. In the **Body** field, enter this text with a trailing space:
140140

141-
`Travel time:`
141+
`Travel time:`
142142

143-
While your cursor appears in the **Body** field,
143+
While your cursor appears in the **Body** field,
144144
the dynamic content list stays open so that you can
145145
select any parameters that are available at this point.
146146

@@ -175,9 +175,9 @@ so save your work often.
175175
<!-- markdownlint-disable MD038 -->
176176
1. After the expression resolves, add this text with a leading space: ` minutes`
177177
178-
Your **Body** field now looks like this example:
178+
Your **Body** field now looks like this example:
179179
180-
![Finished "Body" field](./media/logic-apps-control-flow-run-steps-group-scopes/send-email-4.png)
180+
![Finished "Body" field](./media/logic-apps-control-flow-run-steps-group-scopes/send-email-4.png)
181181
<!-- markdownlint-enable MD038 -->
182182
183183
1. Save your logic app.

articles/logic-apps/logic-apps-workflow-actions-triggers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ This trigger makes your logic app callable by creating an endpoint that can acce
549549

550550
> [!NOTE]
551551
>
552-
> The orignal name for the **Request** trigger was **manual**, which might still appear in some places. This
552+
> The original name for the **Request** trigger was **manual**, which might still appear in some places. This
553553
> name changed to create more consistency around the kind of workflow pattern that you use the trigger to build.
554554
555555
To call this trigger, you must use the `listCallbackUrl` API, which is described in the [Workflow Service REST API](/rest/api/logic/workflows). To learn how to use this trigger as an HTTP endpoint, see [Call, trigger, or nest workflows with HTTP endpoints](../logic-apps/logic-apps-http-endpoint.md).

articles/logic-apps/monitor-workflows-collect-diagnostic-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Each action has a **Tracked Properties** section where you can specify the name
368368

369369
- Tracked properties can only reference the parameters, inputs, and outputs for its own trigger or action.
370370

371-
Based on whether you have a Consumption or Standard logic app workflow, the following screnshots where you can find the **Tracked Properties** section on an action:
371+
Based on whether you have a Consumption or Standard logic app workflow, the following screenshots where you can find the **Tracked Properties** section on an action:
372372

373373
### [Consumption](#tab/consumption)
374374

0 commit comments

Comments
 (0)