[jboss-user] [jBPM] - Re: Human Task: Paging query results.

bpmn2user do-not-reply at jboss.com
Thu Sep 22 17:34:37 EDT 2011


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110922/22a1d179/attachment.html 


More information about the jboss-user mailing list