Hi,
I am trying to invoke task listener for events such as Suspend. How can I do that? I extended the task listener. But
when I give the event name in the bpmn file it gives an error. I see it allows only create, assign and suspend.
<activiti:taskListener event="suspend" class="org.listener.MyTaskListener"></activiti:taskListener>
How can I invoke the listener when the event is Suspend ?