07-10-2014 12:35 PM
<bean id="processEngineConfiguration" class="org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration">
<!– … –>
<property name="jobExecutor">
<bean id="jobExecutor" class="org.activiti.engine.impl.jobexecutor.DefaultJobExecutor">
<property name="waitTimeInMillis" value="60000" />
</bean>
</property>
</bean>
if (jobsAcquired < maxJobsPerAcquisition) {
// …
} else {
millisToWait = 0;
}
11-02-2015 10:18 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.