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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...