Hi,
I’m currently trying to get history cleanup running and as far as I can tell its set up and runs but isn’t removing any history.
I have setup the config as follows
camunda:
bpm:
generic-properties:
properties:
historyCleanupStrategy: endTimeBased
historyCleanupBatchWindowStartTime: "00:01"
historyCleanupBatchWindowEndTime: "23:59"
historyTimeToLive: P1D
In act_hi_actinst I have data from 10 days ago which I would expect to be cleaned up and new processes are getting the removal_time_ populated now which I assume means the config has been picked up.
Using the endTimeBased strategy I believe this will still clean up the old history without the removal_time_ populated.
Is there anything else I need to do or can check to see why its not deleting the history?
Cheers,
Matt