Tracking transactions

To track transactions for an SPE Enveloping or SPE Deenveloping service, set the local environment to generate designated events automatically in the events queue when a message flow in run in SPE.

In the local environment, you can track your transaction by specifying speOptions such as tracking_ID or DriverTrackingID, and they are included when events are generated. Also, each time the SPEEnveloping or SPEDeenveloping process is run, the status is changed to Started. At the end of successful processing, the status is changed to Success.
To generate tracking events, specify options such as TRACKING_ID or DriverTrackingID as speOptions in the local environment of the process. Use statements similar to this example:
SET OutputLocalEnvironment.SPE.ProcessData.DriverTrackingID = 'Enveloping';
SET OutputLocalEnvironment.SPE.ProcessData.CheckEnvelopingStatus = 'true'; 
Each SPE Enveloping or SPE Deenveloping process is included when events are generated. At the end of successful processing, the event status changes from Started to Success.