05-02-2013 11:39 AM
2013-05-02 10:25:44,042 [http-bio-8080-exec-3]
DEBUG TaskEntity.selectTaskByQueryCriteria - ==>
Preparing: select distinct T.*
from ACT_RU_TASK T
inner join ACT_RU_IDENTITYLINK I on I.TASK_ID_ = T.ID_
WHERE T.PROC_INST_ID_ = ?
and T.ASSIGNEE_ is null
and I.TYPE_ = 'candidate'
and ( I.USER_ID_ = ? or I.GROUP_ID_ IN ( ? ) )
LIMIT ? OFFSET ?
2013-05-02 10:25:44,042 [http-bio-8080-exec-3]
DEBUG TaskEntity.selectTaskByQueryCriteria - ==>
Parameters: 1201(String),
admin(String),
1(String),
2147483647(Integer),
0(Integer)
2013-05-02 10:25:44,062 [http-bio-8080-exec-3]
DEBUG TaskEntity.selectTaskByQueryCriteria - ==>
Preparing: select distinct T.*
from ACT_RU_TASK T
inner join ACT_RU_IDENTITYLINK I on I.TASK_ID_ = T.ID_
WHERE T.PROC_INST_ID_ = ?
and T.ASSIGNEE_ is null
and I.TYPE_ = 'candidate'
and ( I.GROUP_ID_ IN ( ? ) )
LIMIT ? OFFSET ?
2013-05-02 10:25:44,063 [http-bio-8080-exec-3]
DEBUG TaskEntity.selectTaskByQueryCriteria - ==>
Parameters: 1201(String),
Admin(String),
2147483647(Integer),
0(Integer)
SELECT * FROM ACT_RU_IDENTITYLINK;
ID_ REV_ GROUP_ID_ TYPE_ USER_ID_ TASK_ID_ PROC_DEF_ID_
1109 1 PMSupport candidate null 1108 null
1110 1 Admin candidate null 1108 null
task = activitiService.taskService.createTaskQuery()
.processInstanceId(pi.id)
.taskCandidateUser(username)
.singleResult();
task = activitiService.taskService.createTaskQuery()
.processInstanceId(pi.id)
.taskCandidateGroup(theUser.getUserRoleName())
.singleResult();
05-02-2013 12:16 PM
05-02-2013 12:20 PM
05-02-2013 03:17 PM
05-06-2013 05:23 AM
05-06-2013 01:00 PM
06-20-2013 03:59 PM
06-24-2013 04:50 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.