Transaction Server event handler configuration

To automate creating the summary of data delivered report, configure the Transaction Server to notify the summary of data delivered task when the status of a transmission changes to sent. This example XML is a sample scheduler configuration for running the summary of data delivered task whenever the status of a transmission changes to sent.
<EVENT>
   <NAME>Summary of Data Delivered Report - Canadian EFT Processing</NAME>
   <TYPE>OutPresentmentGroupState</TYPE>
   <EXEC>
      com.ibm.paydir.ima.txsvr.event.appbridge.OutPresentmentGroupStatesEventHandler
   </EXEC>
   <PARAMETER> name="presStates1">SENT</PARAMETER>
   <PARAMETER> name="msgType">TaskInitiation</PARAMETER>
   <PARAMETER name="destinationID">Summary of Data Delivered Report</PARAMETER>
   <PARAMETERREF>schedulerReferenceProperties</PARAMETERREF>
   <PARAMETERREF>sendToServicesFramework</PARAMETERREF>
</EVENT>

The value that is specified in the destinationID parameter must match the configuration name that was provided for the task when it was configured.