Target > Transaction > OnFailure setting

Use the OnFailure setting with adapter targets to select the rollback, which 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 complete successfully, the targets are not stored.
Commit
The adapter behaves as though the map was successful and the action specified by the OnSuccess setting (Create or CreateOnContent) is taken.