Our project has a bunch of JBPM 4 processes which we would like to slowly transition over to the Activiti engine. Is it possible to run them both alongside eachother without conflicts, from either dependencies or otherwise?
Interesting question. From a engine perspective this should be possible, but you may run into dependency issues. But that could be solved by running Activiti on another server instance or on a application server that supports separate classloaders.