bpmn2user [
http://community.jboss.org/people/bpmn2user] created the discussion
"Re: Human Task: Paging query results."
To view the discussion, visit:
http://community.jboss.org/message/628108#628108
--------------------------------------------------------------
You can use code such as following to get the tasks owned by an user.
+BlockingTaskSummaryResponseHandler responseHandler = new
BlockingTaskSummaryResponseHandler();+
+ client.getTasksOwned(idRef, "en-UK", responseHandler);+
+ tasks = responseHandler.getResults();+
You can look at some sample code at
http://community.jboss.org/people/bpmn2user/blog/2011/09/21/jbpm5-web-exa...
http://community.jboss.org/people/bpmn2user/blog/2011/09/21/jbpm5-web-exa...
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/628108#628108]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]