-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Given
- Some history data is outdated
When
- I call "Async history cleanup" via REST API
or - I call HistoryService#cleanupHistory()
Then
- All historic data related with process instances that finished more then <TTL> days ago must be deleted. Operation is processed asynchronously, user can track the result.
Hints:
- <TTL> can be fixed for 5 days for now
- Can be implemented either via Batch operations or with the help of specific Job handler (see
CAM-7510)
This is the controller panel for Smart Panels app
- depends on
-
CAM-7538 I can call history cleanup for process instances via Java API
- Closed
- is depended on by
-
CAM-7510 I can cleanup the process instance history
- Closed
-
CAM-7541 On startup engine schedule history cleanup
- Closed
-
CAM-7675 I can see & trigger history cleanup from Cockpit
- Closed
- is related to
-
CAM-7666 I can delete historic job logs
- Closed