Question
Vodafone
IN
Last activity: 5 Nov 2025 1:08 EST
Selective Case Purging in Pega: Targeting Specific Resolved Status
We have a requirement where only selected cases need to be purged (we do not have a requirement for archival).
For example, in our case lifecycle, case statuses can be Resolved-Completed, Resolved-Cancelled, Resolved-Withdrawn, and Resolved-GDPR.
From the above possible case statuses, we want to run the purge only for cases with the status Resolved-GDPR, and other cases should not be affected.
I have analyzed the Pega purge job scheduler pyPegaPurger and its activity pzPerformPurge, which calls an internal Java API in the Java step.
I am looking for a solution to purge only the cases with the status Resolved-GDPR from the application.