Outbound Transmission State Changes

The Transaction Server starts events when outbound transmissions change state. The OutPresentmentGroupState event is started by the Transaction Server when the state of an outbound transmission changes.

The applicable states for the OutPresentmentGroupState are described in Table 1.
Table 1. Outbound Transmission States
State Description
FILE_CREATED Initiated when the outbound transmission is created, but before it is released to the release location
RELEASED Initiated when the outbound transmission is released to the release location
SENT Initiated when the outbound transmission was successfully transmitted by the Gateway
NOTIF_SENT Initiated when an outbound acknowledgment transmission was successfully transmitted by the Gateway

The Transaction Server contains the OutPresentmentGroupStatesEventHandler, which is configured to send a messaging API message when a specified state is reached on the outbound transmission. This allows for workflows to be set up that are driven by outbound transmissions reaching various states. For more information about event handlers, see Transaction Server User's Guide.