Execution Listener

Hello flowable team I have created a process through flowable modeler in which there is user task for which I have provided the execution listener as event start by providing Class name. I have created a separate simple maven project which contains my custom execution listeners and made a war file of that project and deployed into the Apache tomcat and started the server. But after creating the process instance and executing the given user task I am getting the as error as Class Not Found. Could you reply asap.

You have deployed the flowable-task application and your custom war as 2 independent applications?

You should create a jar with your listener and include it in the tomcat/libs folder. That would put your jar on the classpath of the tomcat and the engine will have access to it.

Cheers,
Filip