BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
123 / 279 · Module 6 — Mule Routing and Orchestration · filtered: code← prev⊞ allnext →

6.49Component cheat sheet

CHOICE
------
if / else routing
based on DataWeave conditions


FOR EACH
--------
repeat processors
for every collection item
sequential


PARALLEL FOR EACH
-----------------
repeat processors concurrently
for independent items


SCATTER-GATHER
--------------
same event
sent to multiple independent routes
in parallel
results aggregated


FLOW REFERENCE
--------------
call another flow/subflow
like a synchronous function call


SUBFLOW
-------
reusable internal processor sequence
no event source