Can i empty this 3 tables bpmn tables

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • armen
    Junior Member
    • Aug 2021
    • 20

    Can i empty this 3 tables bpmn tables

    Hello,
    Can i empty this 3 tables ?

    bpmn_flow_node
    workflow_log_record
    bpmn_process

    seems they all contain only logs.

    Best regards,
    Armen

  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    workflow_log_record -- yes

    bpmn_process and bpmn_flow_node should not be deleted manually. You can remove all finished BPM Processes from UI (using search and select all results). Then cleanup job will clean tables after a while (month or so). Or don't wait the job, but delete all records that has deleted = 1.
    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

    • armen
      Junior Member
      • Aug 2021
      • 20

      #3
      ok Thanks

      Comment

      Working...