Hi Elmo,

"enazareno" wrote : 
  |      From what i understand of task assigned to pooled actors, only one 
actor can accomplish the task, but that user must belong to the pooled actors 
set. So if you check the actorid when a task is assigned to a pooled actor, the 
value is null. So its a first come first serve.
  | 
That's exactly what i think we all want, and i don't mind if the actor-id is 
null when i read the assignation-message, but the point is that when i login as 
one of the users that *should* be able to access and make the task (in an appl 
like websale) but he has no pending tasks. I wrote my own assignment handler to 
create a string[] of actors separated with , but it doesn't work in my case. I 
tried also with the classical expression 
previous--group(group_type)-->member(boss) i thought so I could have at least 2 
users (previous and the boss, but nope).

"enazareno" wrote : 
  |      If you want to have concurrent tasks and you dont want it to continue 
unless all actors assigned to it have accomplished, then make the tasks 
blocking. I hope this helps.

I want exactly the other behaviour, that is: keep on the flow when the first 
possible actor ends the task. As I said, that's possible with the attribute 
signal="first-wait" and end-tasks="true" but the point is that not only the 
ended task takes his transition but the by the system terminated task takes its 
default-transition and because of that i make twice the same operation (if the 
by the user make task took the same transition) or i make once a task i 
shouldn't do because this auto-transition should never be taken. I don't know 
if I have explained myself. It's still early in the morning :p

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

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


-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to