Announcement

Collapse
No announcement yet.

Cleanup jobs for workflow and flowchart logs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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.

    Comment


    • #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...
      X