Hi,
I am looking for SQL scripts for purging the entries from the Camunda History tables in my database. I don’t want to use the Camunda provided Rest API for deleting the entries My requirement is a bit more complex - I want to get a list of business keys for processes that have have been completed before a predefined period from the current date - say 10 days. Then purge those entries using SQL script. Does camunda provide such scripts?