[jboss-user] [JBoss jBPM] - Re: Very Simple Swimlane......help!
salaboy21
do-not-reply at jboss.com
Wed Apr 23 08:36:41 EDT 2008
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#4146151
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146151
More information about the jboss-user
mailing list