OutboundRecordPurgeWorkQueue
The work queue OutboundRecordPurgeWorkQueue checks if there are any outbound records for which the purge date has elapsed and that have the SKIPPED status. If there are such records, the work queue removes them from the database.
The processing of a work item proceeds in the following steps.
- The work queue sets the foreign key value for the outbound record to
nullin OutboundRecordPurgeWorkItem. - The work queue removes the outbound record from the database.
