09-21-2012 07:39 AM
ProcessEngineConfiguration.createProcessEngineConfigurationFromResource("activiti.cfg.xml")
.setProcessEngineName(engineName)
.buildProcessEngine();09-21-2012 10:47 AM
09-21-2012 11:09 AM
09-24-2012 05:06 AM
09-24-2012 06:57 AM
09-25-2012 04:46 AM
09-25-2012 05:16 AM
09-26-2012 03:49 AM
The issue I found with the current way I was launching both engines, was that when each engine would ask Activiti which tasks does user with ID "1" have it would return the same task list for both engines. I'm assuming this is because the database is the same and therefore user with ID "1" will always return the tasks started by the old engine and the new engine.
Are you saying that it should be possible to use the same database and have two engines such that the old engine will only return activiti tasks for user "1" that were created in the old engine and the new engine could get the tasks created by the new engine, despite the user id being exactly the same?
09-26-2012 05:09 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.