I want to use the flowable rest API in my web project and in the docs its is written that “Flowable includes a REST API to the Flowable engine that can be installed by deploying the flowable-rest.war file to a servlet container like Apache Tomcat. However, it can also be used in another web-application by including the servlet (and/or its mappings) in your application and add all flowable-rest dependencies to the classpath.”
But I am not finding the name of the servlet and the class of the servlet to use in the mapping.
How would I map the Flowable REST Servlet ? I am using the spring web dynamic project.
Standalone version : where you deploy flowable-rest.war to tomcat. Once deployed you should be able to access it using http://:/flowable-rest/service/
Ex: