Thanks for your quick answer!
In the projekt I'm working on, there is no TaskMgmtSession. So I create a new one:
TaskMgmtSession tms = new TaskMgmtSession(...);
tms.getTaskInstance(task.getId()).getDescription()
and for this I need a JbpmSession. But JbpmSessions are deprecated!
So how can I use TaskMgmtSession?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188496#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...