Antitrust1982,
You can get the current context using:
JbpmContext jbpmContext = JbpmContext.getCurrentJbpmContext();
Once you have jbpm context, you can load the task instance by using task management
definition like:
jbpmContext.getTaskMgmtSession().loadTaskInstance(TaskInstanceId()))
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957464#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...