Question
Bank of America
US
Last activity: 9 Jan 2026 16:24 EST
How to Retrieve List of Archived Cases per Job Scheduler Run in Pega 24 Archival Implementation?
In Pega 23, after the archival job scheduler (pyArchiver) executed, we could retrieve the list of archived cases from the "data-ArchivalMetadata" table. This table was essential for our custom implementation, as it provided a persistent record of cases archived in each run.
With the new archival approach in Pega 24, I understand that the process now uses an in-memory mechanism rather than persisting metadata to a database table. Given this change, what is the recommended way to obtain the list of cases archived during each job scheduler run in Pega 24? Is there an equivalent persistent source (such as a manifest file or API), or a best practice for capturing this information for custom processing?
Any guidance or documentation references would be appreciated.