Hi,
We are having 3 projects/instance running (spring application) with different tenant ID and different BPMN file deployed . All 3 are using the same CAMUNDA DB.
We are using the plain version of CAMUNDA jars in our spring project for task management.
Now we are planning to go with the enterprise version of CAMUNDA so that we can have a Cockpit /task manager /optimizer.
Based on the sample webapp we downloaded , it looks like, there we have shared process engine.
Now our Query is, Will this WAR with tomcat work for us if we just update the DB connection to our CAMUNDA DB ?
OR each project needs to run their own tomcat instance with deployed WAR to have seperate dash board ?