06-07-2012 11:48 AM
06-13-2012 03:57 AM
// Get tasks
List<Task> remainingTasks = taskService.createTaskQuery().processInstanceId("123456").list();
// Finish task manually
taskService.complete(remainingTasks.get(0), propertiesNeeded);
11-22-2012 12:08 PM
List<Task> remainingTasks = taskService.createTaskQuery().processInstanceId("123456").list();Just give me the actual Active task, not all the task of my process instance
11-23-2012 04:29 AM
11-23-2012 05:04 AM
11-23-2012 07:08 AM
11-23-2012 07:10 AM
11-23-2012 11:46 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.