BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
169 / 279 · Module 11 — Salesforce Bulk Processing + Mule Batch Jobs · filtered: code← 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.