8 / 18 · Module 11 — Salesforce Bulk Processing + Mule Batch Jobs · filtered: cheatsheet← prev⊞ allnext →
11.43Batch restartability
One reason Mule Batch is attractive is reliability.
The docs describe batch records being stored in persistent queues so a job can resume after runtime failure/redeploy rather than necessarily restarting the entire dataset.
That matters enormously for:
8-hour migration
You don't want:
hour 7 crash
→ start again at record #1
if the framework can recover more intelligently.