You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
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 (?, ?.......)