u could probably get it from the loggin mechanism:
retrieve the right TaskEndLog; with getTaskInstance() u can get the TI.
Or u execute directly a HQL Query.
I am sure that u can also use the API to get the TIs, maybe:
processInstance.getTaskMgmtInstance().getTaskInstances()
(3.0.x)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969175#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...