cancel
Showing results for 
Search instead for 
Did you mean: 

invoking class through activiti diagram

chetan1
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
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".