Flowbale auditlog

236 Views Asked by At

I want to audit entire application built in flowable, I am spring boot develeoper, I getting difficult to implement audit log in Flowable. I am looking alike envers in Spring Boot, which audit specific entity annotated upon.

1

There are 1 best solutions below

0
On

In flowable bpmn, there is facility of event logging. This is disabled by default. If enabled this logs events to database table act_evt_log. Flowable also provides the facility to add a custom event logger. Using this you can achieve the functionality of auditing. Reference: Flowable Event Logging