6.36Choice vs error handling
Likewise:
Salesforce failed
shouldn't generally be modeled as:
Choice
if success...
else...
if the connector is already throwing a Mule error.
That's what error handling is for.
We'll cover that next.
Likewise:
Salesforce failed
shouldn't generally be modeled as:
Choice
if success...
else...
if the connector is already throwing a Mule error.
That's what error handling is for.
We'll cover that next.