Cases resolved with status Resolved-A must be archived after 2 years
Cases resolved with status Resolved-B must be archived after 5 years
To achieve this requirement we want to use the standard archival policy but it seems that it is not possible to set multiple policy for a single case type.
The Log-ArchivalSummary class holds 365 days worth of archived cases. Entries older than this number are trimmed from display. To change the number of days that the class holds entries, use the TrimLog activity.
Open the TrimLog activity:
In the navigation pane of Dev Studio, click Records > Technical > Activity.
In the Activity Name column header, click the Filter icon, and then, in the Search Text field, enter TrimLog.
Click Apply.
Click the TrimLog activity.
Select Actions****Run.
In the daysAgo field, enter the number of days that you want to hold Log-ArchivalSummary class entries.
I was a bit confused with that part : “Pega Platform keeps cases on exclusion for a default of 365 days”
As the documentation refer to Log-Archival, I assume that cases are still excluded after 365 days, but the logs are trimmed and as you said, it is possible to update this behavior with Trimlog activity.