Reset Purge Status and Check Dates work queue
Code |
|
Categories |
|
Implementation |
Work queue |
| Schedule | Not schedulable |
Class |
ResetPurgeStatusAndCheckDatesWorkQueue.java |
The Reset Purge Status and Check Dates work queue resets the purge status and purge or prune dates on the jobs. Run this process if you have a need to reset the purge status and purge date.
For each job, this process:
- Sets the
Job.PurgeStatusproperty toUnknown. - Sets the
Job.NextPurgeCheckDatetonull.
For example, if a job has a PurgeStatus of NoActionRequired or
Pruned, the process resets the
PurgeStatus to
Unknown.
