12-27-2011 03:57 PM
((ProcessEngineImpl) engine).getProcessEngineConfiguration().getJobExecutor().setMaxPoolSize(threads);
((ProcessEngineImpl) engine).getProcessEngineConfiguration().getJobExecutor().setQueueSize(queueSize);
((ProcessEngineImpl) engine).getProcessEngineConfiguration().getJobExecutor().start();
12-27-2011 04:31 PM
12-28-2011 11:12 AM
these can be set in the config file as wel… If the entries are not already there, just figure out the correct bean names and properties.Ok, looks like this should be possible using Spring, which is good, however, we are embedding Activiti and wanted to have our code configure it. This all works well, but not every method is available in the ProcessEngineConfiguration interface.
12-29-2011 06:15 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.