BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
506 / 1048 · Module 11 — Salesforce Bulk Processing + Mule Batch Jobs← prev⊞ allnext →

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
}