[jboss-user] [JBoss jBPM] - Re: Task query.

kevinw do-not-reply at jboss.com
Wed Jul 29 10:20:14 EDT 2009


Using the HistoryService you can create a HistoryTaskQuery:


  | HistoryTaskQuery query = history.createHistoryTaskQuery();
  | HistoryTask task = query.taskId(id).state(HistoryTask.STATE_COMPLETED).uniqueResult();
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246719#4246719

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246719



More information about the jboss-user mailing list