Skip to content

Commit b7262cb

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent 2985f42 commit b7262cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Handle errors and exceptions in workflows
3-
description: How to handle errors and exceptions that happen in automated tasks and workflows created by using Azure Logic Apps.
3+
description: Learn about options to handle errors and exceptions in workflows created with Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, laveeshb, azla
77
ms.topic: how-to
88
ms.custom: engagement-fy23
9-
ms.date: 01/26/2025
9+
ms.date: 07/08/2025
1010
---
1111

1212
# Handle errors and exceptions in Azure Logic Apps
@@ -232,9 +232,9 @@ For example, to run the Office 365 Outlook **Send an email** action after the Ex
232232

233233
1. Under the **Select actions** list, expand the current predecessor operation, which is **HTTP** in this example:
234234

235-
:::image type="content" source="media/error-exception-handling/current-predecessor.png" alt-text="Screenshot shows current predeccessor operation." lightbox="media/error-exception-handling/current-predecessor.png":::
235+
:::image type="content" source="media/error-exception-handling/current-predecessor.png" alt-text="Screenshot shows current predecessor operation." lightbox="media/error-exception-handling/current-predecessor.png":::
236236

237-
By default, the "run after" status is set to **Is successful**. This value means the predecessor operation must successfully finish before the currently action can run.
237+
By default, the "run after" status is set to **Is successful**. This value means the predecessor operation must successfully finish before the current action can run.
238238

239239
:::image type="content" source="media/error-exception-handling/default-run-after-status.png" alt-text="Screenshot shows current run after status set to Is successful." lightbox="media/error-exception-handling/default-run-after-status.png":::
240240

0 commit comments

Comments
 (0)