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.