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#3969175

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969175
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to