Hi Saviola,

 Thanks for your reply. 

 I want one task to be created, and both the users must be assigned to it. 
So that, any of the two can take on the task and act upon it.

I tried with PooledActor, as follows; Please correct me if iam wrong.

assignable.setPooledActor("User1","User2","User3")
It initially set the task's ActorID to null but the JBPM_POOLEDACTOR table has 
reference to the 3 users assigned above. 

>From here, i can do reAssign the task to either of the User1,User2,User3.
by assignable.setActorId("User1");
will update the task's ActorID to User1. 

This doesn;t solve my problem of assigning two users to same task.
Is there a way in PooledActor where we can assign to two users a same task. Is 
my understanding of PooledActor is correct ? 


Thanks Again !!!!
Shriram


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935461#3935461

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935461


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to