hello,
I can get TaskInstances using this code:
| final Collection<TaskInstance> tasks =
context.getTaskMgmtInstance().getTaskInstances();
|
the above code retrieves all taskInstance in a process (it's obvious) when I use a
handler. Now my question is How can i get the the specific task for which a timer handler
attached to?
Thanks a lot.
Cheers.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240197#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...