i am trying to execute simple java class through activiti diagram bt it gives ann exception " Exception while invoking tasklistner:could not initiate class ABC" i am assing class to usertask listener properties
Make sure the class with name "ABC" in on the classpath of the engine. Just a sidenote, it's discouraged to use the default package in Java, make it eg. "com.mycompany.ABC".