Skip to content

Commit e6acd3d

Browse files
authored
Update tutorial-pipeline-failure-error-handling.md
1 parent 68b9179 commit e6acd3d

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)