Skip to content

Commit 2697c57

Browse files
Merge pull request #268452 from jonburchel/patch-41
Update tutorial-pipeline-failure-error-handling.md
2 parents 87d6c2a + e6acd3d commit 2697c57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ To set up the pattern:
179179
* Add second activity, but don't connect to the first activity
180180
* Connect both UponFailure and UponSkip paths from the error handling activity to the second activity
181181

182+
> [!NOTE]
183+
> Each path (UponSuccess, UponFailure, and UponSkip) can point to any activity. Multiple paths can point to the same activity. For example, UponSuccess and UponSkip can both point to one activity while UponFailure points to a different one.
184+
182185
:::image type="content" source="media/tutorial-pipeline-failure-error-handling/error-handling-1-try-catch.png" alt-text="Screenshot showcasing pipeline with try catch block.":::
183186

184187
Error Handling job runs only when First Activity fails. Next Activity will run regardless if First Activity succeeds or not.

0 commit comments

Comments
 (0)