Hi Koen,

             By using setPooledActors() command, Iam able to assign task to 
multiple users. My question is by using assignment expression whether we can 
asssign a task to multiple users like this.
 
test-1
group(dummy) 

I think test-1 is working fine as a row is created in jbpm_pooledactor and 
jbpm_taskactorpool  tables  as follows::


  | jbpm_pooledactor 
  |     ID_     ACTORID_                 SWIMLANEINSTANCE_
  |                 ------------------------------------------------------------
  |     1231    dummy   
  | 
  | jbpm_taskactorpool  
  |     TASKINSTANCE_   POOLEDACTOR_
  |                 --------------------------------------------- 
  |     1225                     1231
  | 
  | 
  | test-2
  | group(dummy) --> member(teammember)
  | 
  | 
  |   |  This expression is assigning task sometimes to praveen and sometimes 
to siddarth but not to both even though both  are teammembers. Here Iam confused
  |   | 
  | 
  | Also is there is any command that can show all the pooled tasks for an 
user(actor), I mean tasks that are assigned to groups or roles for which user 
is associated with should also get extracted.
  | 
  | Thanks in advance.
  |            

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to