Data Transformation Engine Services Guide

Chapter 11 – AdapterSource and AdapterTarget Settings
92
AdapterScope
Use the AdapterScope setting to specify: 1) when to check for success (OnSuccess) or failure
(OnFailure) of a map, card, or burst operation and 2) which setting operation to run (according to
the OnSuccess or OnFailure settings). The default value is Map. The HTTP adapter does not
include the Burst value.
Value Description
Map
Check for success or failure at the completion of each map. If the
map is successful, use the OnSuccess setting. If the map fails, use
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
OnFailure setting.
Card
Check for success or failure at the completion of each card. If the
card is successful, use the OnSuccess setting. If the card fails, use
OnFailure setting.