Skip to content

Commit 83bf3fb

Browse files
Update image tags
1 parent bb9c057 commit 83bf3fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -201,28 +201,28 @@ For example, to run the Office 365 Outlook **Send an email** action after the Ex
201201

202202
The **Run After** section in the **Settings** pane shows the predecessor action for the currently selected action.
203203

204-
![Screenshot shows workflow designer and current action details pane with selected Settings tab.](./media/error-exception-handling/configure-run-after.png)
204+
:::image type="content" source="media/error-exception-handling/configure-run-after.png" alt-text="Screenshot shows workflow designer and current action details pane with selected Settings tab.":::
205205

206206

207207
1. Expand the predecessor action to view all the possible predecessor statuses.
208208

209209
By default, the "run after" status is set to **Is successful**. So, the predecessor action must successfully finish before the currently selected action can run.
210210

211-
![Screenshot shows current action and its default run after status set to Is successful.](./media/error-exception-handling/change-run-after-status.png)
211+
:::image type="content" source="media/error-exception-handling/change-run-after-status.png" alt-text="Screenshot shows current action and its default run after status set to Is successful.":::
212212

213213
1. To change the "run after" behavior to the statuses that you want, select those statuses. Make sure that you first select an option before you clear the default option. You have to always have at least one option selected.
214214

215215
The following example selects **Has failed**.
216216

217-
![Screenshot shows current action with run after behavior set to Has failed.](./media/error-exception-handling/failed-run-after-status.png)
217+
:::image type="content" source="media/error-exception-handling/failed-run-after-status.png" alt-text="Screenshot shows current action with run after behavior set to Has failed.":::
218218

219219
1. To specify that the current action runs when the predecessor action completes with **Failed**, **Skipped**, or **TimedOut** status, select these statuses.
220220

221-
![Screenshot shows current action and multiple selected run after statuses.](./media/error-exception-handling/run-after-multiple-statuses.png)
221+
:::image type="content" source="media/error-exception-handling/run-after-multiple-statuses.png" alt-text="Screenshot shows current action and multiple selected run after statuses.":::
222222

223223
1. To require that more than one predecessor action runs, each with their own "run after" statuses, expand the **Select actions** list. Select the predecessor actions that you want, and specify their required "run after" statuses.
224224

225-
![Screenshot shows current action and available multiple predecessor actions.](./media/error-exception-handling/multiple-predecessor-actions.png)
225+
:::image type="content" source="media/error-exception-handling/multiple-predecessor-actions.png" alt-text="Screenshot shows current action and available multiple predecessor actions.":::
226226

227227
1. When you're ready, select **Done**.
228228

@@ -309,7 +309,7 @@ For limits on scopes, see [Limits and config](logic-apps-limits-and-config.md).
309309

310310
1. In the **Scope** action, [follow these generic steps to the add actions to run](/azure/logic-apps/logic-apps-control-flow-run-steps-group-scopes#add-steps-to-scope), for example:
311311

312-
![Screenshot shows workflow designer with actions grouped inside the scope.](./media/error-exception-handling/add-actions-into-scope.png)
312+
:::image type="content" source="media/error-exception-handling/add-actions-into-scope.png" alt-text="Screenshot shows workflow designer with actions grouped inside the scope.":::
313313

314314
The following list shows some example actions that you might include inside a **Scope** action:
315315

@@ -329,7 +329,7 @@ For limits on scopes, see [Limits and config](logic-apps-limits-and-config.md).
329329

330330
In the following example, the scoped actions run after the **HTTP** action completes with any of the selected statuses:
331331

332-
![Screenshot shows scope action's Settings tab, run after section, and selected action statuses that run the scoped actions.](./media/error-exception-handling/set-run-after-in-scope.png)
332+
:::image type="content" source="media/error-exception-handling/set-run-after-in-scope.png" alt-text="Screenshot shows scope action's Settings tab, run after section, and selected action statuses that run the scoped actions.":::
333333

334334
<a name="get-results-from-failures"></a>
335335

0 commit comments

Comments
 (0)