I have a ServiceTask referencing my own class org.flowable.Cases.
I developed this Java class using Eclipse with Maven, and got the Jar using the Create Deployment Artifacts option, put this Jar in the tomcat/lib folder, and restarted Tomcat
I’m getting the following error when the execution of the process reaches the ServiceTask:
Caused by: org.flowable.engine.common.api.FlowableClassLoadingException: Could not load class: org.flowable.Cases
at org.flowable.engine.common.impl.util.ReflectUtil.loadClass(ReflectUtil.java:90)
at org.flowable.engine.common.impl.util.ReflectUtil.instantiate(ReflectUtil.java:137)
… 107 more
Caused by: java.lang.NoClassDefFoundError: org/flowable/engine/delegate/JavaDelegate