Source > Transaction > Scope setting

Use the Scope setting to specify when to check for success (OnSuccess) or failure (OnFailure) of a map, card, or burst. This is so that the rollback and retry options can be performed as specified. The default value is Map.

Value
Description
Map
Check for success or failure at the completion of each map. If the map completes successfully, use the OnSuccess setting. If the map fails, use the OnFailure setting.
Burst
Check for success or failure at the completion of each burst. If the burst is successful, use the OnSuccess setting. If the burst fails, use the OnFailure setting.
Card
Check for success or failure at the completion of each card. If the card is processed successfully, use the OnSuccess setting. If the card fails, use the OnFailure setting.