Skip to content

Commit 94b6b25

Browse files
Update tutorial-pipeline-failure-error-handling.md
1 parent 8ffd8d4 commit 94b6b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ When all your activities are best effort, you may want to proceed to next step i
154154

155155
:::image type="content" source="media/tutorial-pipeline-failure-error-handling/conditional-or-2.png" alt-text="Screenshot showcasing pipeline proceeds to next step if any of the activities pass.":::
156156

157-
### Complex Scenarios
157+
### Complex scenarios
158158
#### All activities need to succeed to proceed
159159
The pattern is a combination of two: conditional and + error handling. The pipeline proceeds to next steps if all proceeding activities succeed, or else it runs a shared error logging step. You can build the pipeline like this:
160160
* run multiple activities in parallel

0 commit comments

Comments
 (0)