Case archival and deletion

We have a requirement to delete cases which are 5 years old from the case creation date, due to GDPR. When checking the PDN articles for Pega versions after 8.6 its the case type archival that could be seen as the solution. Checking on this, looks like the main eligibility for the archive/delete is depended on the number of days that the case was in resolved status, can this criteria be changed ? or going on a custom solution should be the way ? ( job scheduler)

@ShaveenIf you want to go with out of the box then use default given by Pega based on resolved status and days. Any further customization required, its good to build your own jobs.

@Shaveen

I don’t think this criteria can be changed, its better to formulate a custom plan for your requirement.

@Shaveen

Expunging case data from secondary storage on a regular schedule ensures compliance with your company’s data retention policy and government policies, such as the General Data Protection Regulation (GDPR), and the Health Insurance Portability and Accountability Act (HIPAA).

For more information on Case Archival -Pegasystems Documentation

I hope this helps!