Have written a java code (below) to just sysout on console.. But nothing is getting printed when task gets created..
UserTaskA is mapped to UserTaskCreateEvent class under Task Listener section.
Code: public class UserTaskCreateEvent implements TaskListener { public void notify(DelegateTask task) { System.out.println("=============================="); }