OnSuccess

The OnSuccess setting specifies the location of the source data when a map, a burst, or a card successfully completes. The availability of the OnSuccess setting is adapter-specific.

The OnSuccess setting works with the Scope setting, which defines when to apply the action specified with the OnSuccess setting.

Value
Description
Keep
The input data should not be removed from its source.

For example, if the input is a messaging adapter, and the map successfully completes, do not remove the messages from the message queue.

KeepOnContent
The input data should not be removed unless it has no content.

For example, if the input is a file, and the map completes successfully, but the input file had no data (it was empty), delete the input file. Otherwise, keep the input file.

Delete
Delete the input data or remove it from its source.

For example, if the map completes successfully, remove the messages from the message queue.