Scope

The Scope card setting tells the source or target adapter at what point during map execution to apply OnSuccess and OnFailure actions. The default setting is Map.

Value
Description
Map
Apply the OnSuccess and OnFailure settings based on the success or failure of the entire map execution (which may be one or more bursts).
Burst
Apply the OnSuccess and OnFailure settings based on the success or failure of each burst.
Card
Apply the OnSuccess and OnFailure settings based on the success or failure of this output. In this case, when a rule fails or validation fails, the target adapter applies the OnFailure action. If validation completes successfully for the output card, the target adapter applies the OnSuccess action.