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