I need to add verbose logging for process instance to see the route of them in logs. I think the best way to do this will be global listeners which will be trigger on start and end of all activities in process and write info of start/end of activity in log.
Is there any way to do this in Activiti? Or may be there is any another way to solve my issue?
Is there any way to declare global listeners in process definition? Put them in process engine configuration, I think, is not good way if I want listeners only in one process types.