History Cleanup
How it works
{
"Umbraco": {
"Workflow": {
"HistoryCleanupPolicy": {
"EnableCleanup": true,
// Below settings are optional
"FirstRunTime": string; the time to first run the scheduled cleanup task, in crontab format
"Period": string; how often to run the task, in timespan format
"KeepHistoryForDays": int; delete history after this many days
"StatusesToDelete": refer to StatusesToDelete configuration below
"CleanupRules": refer to Configuration examples below
}
}
}
}Overriding global settings
Configuration examples
StatusesToDelete configuration
Backoffice configuration

Last updated
Was this helpful?