03-31-2016 06:57 AM
ProcessEngine processEngine = ProcessEngineConfiguration.createProcessEngineConfigurationFromResourceDefault()
.buildProcessEngine();
RepositoryService repositoryService = processEngine.getRepositoryService();
RuntimeService runtimeService = processEngine.getRuntimeService();
03-31-2016 07:22 AM
I will have to delete my tables as the first lineCheck databaseSchemaUpdate property in the config file (Is it set to create? - that's the reason why activiti tries to recreate tables)
How can I load the processEngine from database ?You just need to point to the correct DB and configure engine to do not try to recreate tables again
03-31-2016 07:40 AM
04-01-2016 05:49 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.