Data Transformation Engine Map Designer Reference Guide
Chapter 5 - Card Settings SourceRule Input Card Settings
Map Designer Reference Guide
89
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 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.
FetchAs and Scope Actions
The FetchAs setting, as well as the Scope setting, affects when an OnSuccess
or OnFailure action occurs.
If FetchAs is: And the Scope is...
Map Burst Card
Integral After all
bursts
After the first
burst
After input validation for that
input for the first burst
Burst After all
bursts
After each
burst
After input validation for that
input for each burst
If an input FetchAs is integral, any failure action causes the entire map to fail.