8 / 18 · Module 11 — Salesforce Bulk Processing + Mule Batch Jobs · filtered: cheatsheet← prev⊞ allnext →
11.15Record-level processing
Inside a Batch Step:
payload
represents the current batch record.
You can use:
payload
vars
inside batch components.
One detail worth knowing: MuleSoft's current Batch reference says message attributes are not available inside Batch Step/Aggregator processing; they resolve as null.
Nice Mule-specific interview fact.