170 / 279 · Module 11 — Salesforce Bulk Processing + Mule Batch Jobs · filtered: code← prev⊞ allnext →
11.38Deletes are the awkward part
Suppose source record disappears.
Your query:
WHERE LastModifiedDate > watermark
won't necessarily tell you:
this record was deleted
You may need:
source tombstone/change event
Query All
CDC
explicit active/inactive flag
periodic reconciliation
This is why sync design often gets complicated.