Activiti Listeners are not calling?

cancel
Showing results for 
Search instead for 
Did you mean: 
vamsinipun
Established Member

Activiti Listeners are not calling?

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
daisuke-yoshimo
Senior Member

Re: Activiti Listeners are not calling?

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

vamsinipun
Established Member

Re: Activiti Listeners are not calling?

I selected the class with package too.