Is there cleanup jobs for workflow and flowchart logs?
Cleanup jobs for workflow and flowchart logs
Collapse
X
-
Only for workflow_log_record. Assuming your EspoCRM is not very old.
It's set to '2 months' by default. You can change it in config:
PHP Code:'cleanupWorkflowLogPeriod' => '5 days',
Processes do not have a log, but a history of executed nodes. You need to remove the whole process.Last edited by yuri; 10-06-2025, 01:23 PM.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks. -
Comment