Skip to content

Commit 3794e07

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into linFirst
2 parents 14203d9 + 37b406e commit 3794e07

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/data-factory/tutorial-pipeline-failure-error-handling.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ author: chez-charlie
77
ms.author: chez
88
ms.reviewer: jburchel
99
ms.topic: tutorial
10-
ms.date: 09/22/2022
10+
ms.date: 01/09/2023
1111
---
1212

13-
# Conditonal execution
13+
# Conditional execution
1414

1515
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1616

@@ -20,13 +20,15 @@ Azure Data Factory and Synapse Pipeline orchestration allows conditional logic a
2020

2121
| Name | Explanation |
2222
| --- | --- |
23-
| Uppon Success | (Default Pass) Execute this pass if the current activity succceeded |
24-
| Uppon Success | Execute this pass if the current activity failed |
25-
| Upon Completion | Execute this pass after the current activity, regardless if it succeeded or not |
26-
| Upon Skip | Execute this pass if the activity itself did not run |
23+
| Upon Success | (Default Pass) Execute this path if the current activity succeeded |
24+
| Upon Failure | Execute this path if the current activity failed |
25+
| Upon Completion | Execute this path after the current activity completed, regardless if it succeeded or not |
26+
| Upon Skip | Execute this path if the activity itself didn't run |
2727

2828
:::image type="content" source="media/tutorial-pipeline-failure-error-handling/pipeline-error-1-four-branches.png" alt-text="Screenshot showing the four branches out of an activity.":::
2929

30+
You may add multiple branches following an activity, with one exception: _Upon Completion_ path can't co-exist with either _Upon Success_ or _Upon Failure_ path. For each pipeline run, at most one path will be activated, based on the execution outcome of the activity.
31+
3032
## Error Handling
3133

3234
### Common error handling mechanism

0 commit comments

Comments
 (0)