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-example 
http://community.jboss.org/people/bpmn2user/blog/2011/09/21/jbpm5-web-example
--------------------------------------------------------------

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&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to