Success Action

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

The Success Action setting works with the Transaction Scope setting, which defines when to apply the action specified with the Success Action 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.

Keep Unless Empty
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.