The org.activiti.engine.delegate.ExecutionListener tracks the process/activity execution events only when this listener is added to each activity listeners.
I would like to add one single configuration (preferably from outside process definition, at runtime service level) so that it can get all the process execution events which I can use to trace the process execution. Is it possible to configure a single global execution listener per process instance in either process definition or through process engine APIs?
Regards,
-Srinivasan