11.40On Complete
Mule Batch has an On Complete phase after record processing finishes.
This is where you might log/report:
total records
successful
failed
elapsed time
job ID
Mule Batch produces a completion result summarizing record success/failure.
Example:
{
"job": "customer-nightly-sync",
"processed": 200000,
"successful": 199842,
"failed": 158
}