07-21-2015 05:13 AM
<bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration">
<property name="dataSource" ref="ACT_JdbcDataSource" />
<property name="transactionManager" ref="ACT_transactionManager" />
<property name="databaseSchemaUpdate" value="true" />
<property name="jobExecutorActivate" value="false" />
<property name="asyncExecutorEnabled" value="true" />
<property name="asyncExecutorActivate" value="true" />
<property name="deploymentResources" value="classpath*:/processes/activiti/*-activiti.xml" />
</bean>
07-23-2015 05:27 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.