OutboundFilePurgeWorkQueue
The work queue OutboundFilePurgeWorkQueue checks if there are any outbound files for which the purge date has elapsed. If there are such files, the work queue removes them and associated records from the database.
The processing of a work item proceeds in the following steps.
- The work queue removes all outbound records that belong to the outbound file from the database.
- The work queue sets the foreign key value for the outbound file to
nullin OutboundFilePurgeWorkItem. - The work queue removes the outbound file from the database.
