Hi, currently we have a document management software(dms) that runs under OSGi environment. We would like to integrate it with Activiti (similar to how Activiti is integrated with Alfresco). But we would like to deploy Activiti as a standalone application so that multiple instances of our dms software (in multi-tenanat model) can use same Activiti.
Here are our questions:
1. I understand that we can use activiti-rest web application deployed separately, but it will require secure communication. Each of my dms instance will have it's own set of users and groups. In this scenario, how would I integrate with activiti-rest web application.
2. Is there any better alternative than deploying activiti(as bundles) in each of my dms instances?
Please suggest.