[jboss-dev-forums] [Design of JBoss jBPM] - Re: swimlaneInstance overwritten when creating startTaskInst
yoyoyoyo
do-not-reply at jboss.com
Fri Apr 20 10:37:17 EDT 2007
same problem exists also in TaskInstance:
| public void assign(ExecutionContext executionContext) {
| ...
| if (isStartTaskInstance()) {
| // initialize the swimlane
| swimlaneInstance = new SwimlaneInstance(swimlane);
| taskMgmtInstance.addSwimlaneInstance(swimlaneInstance);
| // with the current authenticated actor
| swimlaneInstance.setActorId(SecurityHelper.getAuthenticatedActorId());
|
| } else {
| ...
|
|
what is the connection between the Authentication and a startTask?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039295#4039295
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039295
More information about the jboss-dev-forums
mailing list