05-26-2014 07:44 AM
05-27-2014 02:25 AM
Task taskA = taskService.createTaskQuery().processInstanceId(processInstanceId).taskDefinitionKey("A").active().singleResult();
05-27-2014 05:35 AM
05-28-2014 10:51 PM
05-29-2014 03:10 AM
taskDefinitionKey("A")
- limits the query to return all tasks with id from process definition (there can be several tasks with the same definitionKey)activityId("A")
-Is it possible to specify activityId on the TaskQuery?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.