Hello, I'm using activiti-cdi configured programmatically by CdiJtaProcessEngineConfiguration. is it possible to enable duplicate filtering process definitions when processes are deployed from processes.xml file? Second question: is it possible to deploy processes from processes.xml file separately (one process - one deployment, not in package)?
I don't think those features are in there for CDI, but they should be easily portable from the SpringProcessEngineConfiguration class. Likewise for the separate deployment feature.