Cleanup jobs for workflow and flowchart logs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anuar
    Junior Member
    • Jul 2020
    • 20

    Cleanup jobs for workflow and flowchart logs

    Is there cleanup jobs for workflow and flowchart logs?
    Last edited by anuar; 02-05-2021, 12:06 AM.
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Only for workflow_log_record. Assuming your EspoCRM is not very old.

    Set to '2 months' by default. You can change in config:

    PHP Code:
    'cleanupWorkflowLogPeriod' => '5 days', 
    

    Processes do not have a log, but history of executed nodes. You need to remove whole process.
    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

    • TheHoff
      Junior Member
      • Feb 2021
      • 6

      #3
      Hi yuri , good to know about the cleanup of workflow logs. I do have some BPMN Flowchart-processes running, it would be really helpful if there was a way to also automatically remove old processes. Any suggestions how that could be done would be appreciated.

      Comment

      Working...