I think you must think the problem with this thought in mind...
remember that you have to things called task (Task-Node and Task)
Other thing that you must remember is the TaskMgmtInstance class..
that lets you Manage all your task instances. So
i think the following lines of code makes you clear what i'm talking about:
| TaskMgmtInstance taskMgmtInstance = processInstance.getTaskMgmtInstance();
| String actorId=taskMgmtInstance.getSwimlaneInstance("boss").getActorId();
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146151#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...