15.38Backward-compatible deployment
A safer pattern may be:
Step 1:
add new Salesforce field
Step 2:
deploy Mule that can use it
Step 3:
later remove old behavior
rather than making incompatible changes simultaneously.
Think:
expand
↓
migrate
↓
contract
This concept is very useful for integrations.