Logger task inside process

Can we use have any logger task to print/track the progress of Process. I mean before invoking the task after invocation, need to use this logger task just to print the values.

Any Suggestion or Sample?

Hi,

Yes sure. You could use a start and end execution listener and implement the logging logic in there:

https://flowable.org/docs/userguide/index.html#executionListeners

Best regards,

Tijs

Hi,

In the documentation link it’s described which interface needs to be implemented. In the Java logic you can add any logging line you want.

Best regards,

Tijs