I am new to flowable . I want to call a method(from maven project) which contains Process Engine creation and execution code from my web(servlet-jsp) projects class but I am getting exception below:
SEVERE: Servlet.service() for servlet [com.util.TransitionServlet] in context with path [/UIflowable] threw exception [Servlet execution threw an exception] with root cause
java.lang.ClassNotFoundException: org.flowable.engine.impl.cfg.StandaloneProcessEngineConfiguration
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1928)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1771)