BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
15 / 81 · Module 7 — Error Handling in Mule · filtered: interview← prev⊞ allnext →

7.24Until Successful

This is Mule's important retry scope.

Conceptually:

try operation
 ↓ failure
wait
 ↓
try again
 ↓
...

Mule's current documentation states that Until Successful runs synchronously and retries the processors inside the scope until all succeed or the configured retry count is exhausted. If retries are exhausted it produces MULE:RETRY_EXHAUSTED.

Example:

Until Successful

    Salesforce Upsert

maxRetries = 3
delay = ...