Checklist progress
0/159Learned
MuleSoft Developer
Study Checklist
Checklist progress
0/159Learned
Apply correct processors/syntax to implement global error handlers, and predict outcomes
0/2
Apply correct processors/syntax to implement on-error continue and on-error propagate handlers, and predict outcomes
0/2
Apply correct processors/syntax to combine multiple error handlers, and predict outcomes
0/4
Apply correct processors /syntax to implement try scopes, and predict outcomes
0/2
Apply correct processors/syntax to map custom errors, and predict outcomes
0/2
Prepare for the Exam
Study Community
Ask questions and get the latest info from other MuleSoft Developer studiers.
When a calling flow uses a Flow Reference to execute a target flow, the target flow's error handler determines whether the calling flow continues normally or halts. On Error Continue allows the target flow to handle the error internally and return success, while On Error Propagate stops the target flow and forwards the error up to the calling flow. Understanding this distinction lets you predict whether the calling flow will proceed or trigger its own error handling logic.