Is there any option available to configure some job in flowable that can periodically delete old data related to process execution. Looking for some suggestions on delete all the data from all tables.
Have a look at the 6.5.0 release notes.
More specifically:
- With historic information growing bigger over time, a way to cleaning this historic information was necessary. For this purpose a history cleaning job was added that can be configured to clean historic information older than a configured time period.
- To support the history clean job, delete methods have been added to the history query interfaces to also allow to delete historic data with other criteria than just time period based parameters.
These are the properties in the ProcessEngineConfiguration
.