We are building the custom web application. We want to create the different workflow for each registered customer. Workflow generated by the customer on the fly.
We configured/embedded Activti engine into our application, and its working fine(Configured Activti to use application database).
Now we want to deploy bpmn process dynamically without any server restart. As per user guide, this can be done using Activiti REST API.
How to embed or expose the services of Activiti REST API into my web application?
We are using Java, Spring and Apache CXF(instead of Spring MVC) for REST configuration.
Thanks in Advance,
Keshav