Parameter
|
Default value
|
Description
|
archive.scheduler.process.delete
|
false
|
This property defines whether the Scheduler to purge process data needs to be enabled.
|
archive.scheduler.process.expression
|
0 0 23 * * ?
|
This property defines the Scheduling expression to purge process data.
|
archive.scheduler.process.databefore
|
30d
|
All the processes that are completed or removed before the specified days are purged. If 30d is specified, then all the processes completed or removed before 30 days are purged.
|
archive.scheduler.event.delete
|
false
|
This property defines whether the Scheduler to purge event data needs to be enabled.
|
archive.scheduler.event.expression
|
0 0 22 * * ?
|
This property defines the Scheduling expression to purge event data.
|
archive.scheduler.event.databefore
|
30d
|
All the events that are created before the specified days are purged. If 30d is specified, then events created before 30 days are purged.
|