Hello,

is there anyway to import Audit Trail data into external mysql DB?

I found the Report Plugin does it solve the problem, if yes how?

note: I'm not a developer so be gentle :)

Mahmoud

  • No labels

2 Comments

  1. When the Report Plugin is deployed, there will be 4 tables (wf_report, wf_report_activity, wf_report_package, wf_report_process) in database keeping the details of every process activity / assignment executed.

    If you would like to export data of these tables, you may use the mysqldump command. Then, the tables can be imported into external MySQL database. If you would like this task to be automated, you could also consider to script a cron job (in Linux), or a Batch file triggered by Task Scheduler in Windows.

    1. problem solved thank you Tiensoon