This Plugin has different usage.

Calculated a list of cases to purge

This option does not purge them, just calculate the list.
The list is a CSV file, containing the caseid, the process name. A status column is ready to be fulfilled. A delay can be set in parameter, and a list of processes.

Example of CSV:

caseid;processname;processversion;archiveddate;status 5149;ExpenseNote;1.0;18/10/2019 15:02; 5150; ExpenseNote;1.0;18/10/2019 15:02; 5151;VacationRequest;1.0;18/10/2019 15:02;

Purge from List

> Then, you can delete case from a CSV list. This option works in partnership with the “Purge Archived Case/Get List” Plug-in.
It accepts the same list and check the status of each line. If the status is DELETE, then the case is removed.

Example of CSV to upload:

caseid;processname;processversion;archiveddate;status 5149;ExpenseNote;1.0;18/10/2019 15:02;DELETE 5150; ExpenseNote;1.0;18/10/2019 15:02; 5151;VacationRequest;1.0;18/10/2019 15:02;DELETE