This is regarding Spring Batch - https://github.com/spring-projects/spring-batch/issues/1844, extending this question further here. I am looking to delete all history from Spring Batch metadata tables older than 30 days since its no longer needed to hold that info and this will save some space at db side.
How can we do this programmatically through Spring Batch code?