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