roxy1987 [
https://community.jboss.org/people/roxy1987] created the discussion
"Re: userGroupCallback : getGroupTaskList"
To view the discussion, visit:
https://community.jboss.org/message/797709#797709
--------------------------------------------------------------
Sandra,
The group task thing troubled me a lot too.
I dont know whats wrong with your impl but this is what I do :
//Connect the task handler
BlockingTaskSummaryResponseHandler summaryHandler = new
BlockingTaskSummaryResponseHandler();
ArrayList<Object> groupTaskDetail = new ArrayList<Object>();
List<TaskSummary> tasks = null;
List<String> groups = getGroupsForUser(userId); // Get the group IDs for the target
user..
client.getTasksAssignedAsPotentialOwner(userId, groups, "en-UK",
summaryHandler);
tasks = summaryHandler.getResults();
Regards.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/797709#797709]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]