07-08-2013 06:43 AM
TaskQuery taskQuery =
taskService.createTaskQuery().processInstanceId(businessProcessId);
task = taskQuery.singleResult();
<bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration">
<property name="dataSource" ref="dataSource" />
<property name="transactionManager" ref="transactionManager" />
<property name="databaseSchemaUpdate" value="false" />
<property name="jobExecutorActivate" value="true" />
</bean>
07-09-2013 04:47 AM
07-09-2013 07:26 AM
07-10-2013 03:06 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.