Output mapper subflows
All output mappers must start with the BeginOutboundMapper subflow and terminate with the EndOutboundMapper subflow as shown in the following figure. The failure terminal of the BeginOutboundMapper node should be connected directly to the EndOutboundMapper node. In this way, if any exceptions occur during mapping, the EndOutboundMapper subflow records them in the database so that operations personnel can be made aware of the mapping failure.
All output mapper subflows must be deployed as part of the msgflow that invokes the mapping, which is typically an event processing wrapper.
Figure 1. Typical Output Mapper Subflow
