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.
When a Mule application calls another flow or subflow using a Flow Reference component, both share the same transaction context as the caller. This design ensures that database or message operations inside the called component succeed or fail as a single unit with the rest of the process. Understanding this sharing prevents unexpected rollbacks or partial commits when structuring modular applications.