Checklist progress
0/159Learned
MuleSoft Developer
Study Checklist
Checklist progress
0/159Learned
Specify when and how to structure Mule applications into separate configuration and properties files, and predict outcomes
0/6
Specify when and how to pass events between flows and subflows using connectors and flow references, and predict outcomes
0/6
Distinguish flow vs subflow processing strategy and thread context when invoked via Flow Reference.
Learn this conceptDistinguish flow vs subflow error-handling ownership when invoked via Flow Reference.
Learn this conceptPrepare for the Exam
Study Community
Ask questions and get the latest info from other MuleSoft Developer studiers. 593 members and growing.
A Flow Reference component calls another flow or subflow to process a Mule event and then returns control to the original flow. The critical difference lies in error boundaries: flows can define their own error handlers to catch or modify errors, while subflows cannot. This means errors in a subflow always bubble up to the calling flow, whereas errors in a referenced flow may be handled locally before reaching the caller.