BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
230 / 279 · Module 15 — Deployment and Operations · filtered: code← prev⊞ allnext →

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.