Success Action

The Success Action setting specifies the location of the target data when a map, a burst, or a card completes successfully. The availability of the Success Action setting is adapter specific. The default value is Create.

The Success Action setting works in conjunction with the Scope setting, which defines when to apply the action specified with the Success Action setting.

Value
Description
Create
Output data should be sent by the target adapter to its target. For example, if the map completes successfully, the message adapter should put the message on the specified queue.
Create Unless Empty
Output data should be sent only if content exists. For example, a message adapter should put the message produced on the specified message queue. If no data was produced, no message should be sent.
Do Not Create
Regardless of whether or not data content is produced, output data is not to be sent to its target. This option is available for temporary data storage as a map runs.
Append
The output data should be appended to an existing data file. If the data file does not exist, it should be created.