Source > Transaction > OnFailure setting

Use the OnFailure setting with adapter sources to select the rollback (restore a previous version of the message) or commit behavior if the map does not complete successfully. The default value is Rollback.

Value
Description
Rollback
If the map does not successfully complete, sources retrieved through the adapter are not deleted nor are the targets stored.
Commit
The adapter behaves as if the map was successful, and the action (Keep or Delete) specified by the OnSuccess setting is taken.