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).

In a RUN map, the Map scope applies the OnSuccess and OnFailure actions based on the success or failure of the top-level map.

Burst
Apply the OnSuccess and OnFailure settings based on the success or failure of each burst.

In a RUN map, the Burst scope applies the OnSuccess and OnFailure actions based on the success or failure of the map that is specified on the RUN function.

Card
Apply the OnSuccess and OnFailure settings based on the success or failure of this input. In this case, when a rule fails or validation fails, the source adapter applies the OnFailure action. If validation completes successfully for the input card, the source adapter applies the OnSuccess action.