cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Listeners are not calling?

vamsinipun
Star Contributor
Star Contributor

Hi,

I am using activiti in my spring application and would like to call task or execution listener in one of my user task. After selection of task in bpmn file, I go to listeners and added my class "MyEventListener" at complete type in java class. But it is not working. Please let me know how to do this?

Thanks

2 REPLIES 2

daisuke-yoshimo
Star Collaborator
Star Collaborator

Please attach an exception log・stack trace.

Did you omitt the package from the class name?
If so , please input the full class name in the field of the class name of the process definition.
(ex) my_package.MyEventListener

I selected the class with package too.