Hello team,
is there any configuration in camunda which enables auto clean up of the table ACT_HI_ACTINST ? Since history level is set to on, this table growth is high and it needs a auto clean up periodically. Below configuration are already set but even though this is working fine for the history process instance data, not working on history activity instance table
cleanupBatchWindowStartTime: 01:00 #History cleanup batch window start time in the format HH:mmZ (Z is for RFC 822 time zone) or HH:mm. E.g., 20:00+0100 or 20:00.
cleanupBatchWindowEndTime: 04:00 #History cleanup batch window end time in the format HH:mmZ (Z is for RFC 822 time zone) or HH:mm. E.g., 20:00+0100 or 20:00.
Thanks!