[jboss-user] [JBoss jBPM] - Re: How to retrieve last taskinstance
Hannes
do-not-reply at jboss.com
Mon Sep 4 04:53:07 EDT 2006
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
More information about the jboss-user
mailing list