8 / 18 · Module 11 — Salesforce Bulk Processing + Mule Batch Jobs · filtered: cheatsheet← prev⊞ allnext →
11.17`maxFailedRecords`
Mule Batch lets you define how many record failures are acceptable before stopping the job.
Conceptually:
maxFailedRecords = 100
If:
3 fail
continue.
If:
101 fail
stop job.
MuleSoft documents maxFailedRecords as the property controlling how many failures can occur before the batch stops.