Monitoring of all process and task changes

Is there any solution to monitor all of the process or task changes (not only by task/execution listeners)? I mean like all properties, like changing due dates, variables, creating, ending, suspending etc in general, all changes that can be made by the engine user and the engine itself.

Hello,

I think that Event handlers / Event listener would cover your need. You can register the listener in your spring configuration, attached to the flowable engine, so all engine events can be registered and processed as you wish. There are many Supported event types .

1 Like