Purge WMS Activity

This job type is used to schedule the process that purges old data from WMS Activity. This job accepts two parameters, “Number of Days” and “WMS Activity Status”.

The “Number of Days” parameter needs to be an integer that represents number of days.

The “WMS Activity Status” parameter needs to be a list of comma-separated values representing wms activity status. The following status values are supported – NOT READY, READY, PROCESSED, and CANCELLED. If no values are provided during job creation, the record will be saved with all 4 values.

Purge Process

This process purges data from WMS Activity that are older than the value specified in “Number of Days” parameter and in one of the statuses specified in “WMS Activity Status” parameter. The create_ts of WMS Activity records is used to identify records older than “Number of Days”.