13.31A good decomposition for testability
Production:
customer-api-flow
↓
validate-customer
↓
map-salesforce-account
↓
upsert-account
↓
build-response
Instead of one enormous flow.
Then MUnit can separately exercise:
mapping behavior
business routing
error behavior
top-level orchestration
Clear responsibilities make testing easier.