12-28-2012 03:17 AM
historyService.createHistoricTaskInstanceQuery()
.processInstanceId( getTask().getProcessInstanceId() )
.finished()
.orderByHistoricTaskInstanceEndTime()
.desc()
.list();
historyService.createHistoricActivityInstanceQuery()
.processInstanceId( getTask().getProcessInstanceId() )
.finished()
.orderByHistoricActivityInstanceStartTime()
.desc()
.list();
01-03-2013 04:26 AM
1. What is the recommended approach to get decisions apart to finished taks of a process instance in the form of task list?
2. How to get task id from activity id ( just in case second approach is the best ) ?
3. How to get details for activity type 'xxxxGateway' - result of the decision ( = process variable )
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.