Apologies if I'm opening this issue incorrectly—this is my first time. I have over 1,000 historical executions, and when attempting to run the cleanup process, it results in an error (see below). While I can perform cleanup multiple times using the days filter, it would be great if it were possible to remove more than 1,000 records at once.
Version: 2.11.5
Caused By: java.sql.SQLSyntaxErrorException: ORA-01795: maximum number of expressions in a list is 1000 
This when trying to run:
SELECT TASK_EXECUTION_ID, TASK_PARAM from AGGREGATE_TASK_EXECUTION_PARAMS where TASK_EXECUTION_ID IN (?, ?.......)
Using:
tasks/executions?action=CLEANUP,REMOVE_DATA&completed=true