Skip to content

Commit 08aaeb0

Browse files
committed
Typo fixes
1 parent cc5e58a commit 08aaeb0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
| Uppon Success | (Default Pass) Execute this path if the current activity succceeded |
24+
| Uppon 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 did not 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 not co-exist with either _Upon Success_ or _Upon Failure_ path. Note that in each pipeline run, at most 1 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)