Loading
Salesforce から送信されるメールは、承認済ドメインからのみとなります続きを読む

How to continue processing after an error occurs inside a foreach

公開日: Aug 8, 2024
タスク

GOAL

You want to continue processing inside a for-each scope, even tough an error occurred while processing one of the elements in the collection. The behaviour of this scope is that if one of the elements in a collection throws an exception, the For Each scope stops processing that collection and invokes the error handler. More info here.

ステップ

PROCEDURE
You may use a private flow for the content of the for-each with its own exception strategy. Then, the exception will be handled in the private flow and the parent flow should be able to continue. 

User-added image

その他のリソース
Sample projects:
Mule 3
Mule 4
ナレッジ記事番号

001114426

 
読み込み中
Salesforce Help | Article