- 
        1. Re: Process management, TaskInstance.PooledActors and User mtom.baeyens Feb 16, 2006 3:25 AM (in response to fwshk)pooled actors are the candidates for a certain task. meaning that one of the candidates has to 'take' the task. taking the task is a pessimistic synchronization mechanism to prevent multiple candidates to start working on a task simultaniously. 
 regards, tom.
- 
        2. Re: Process management, TaskInstance.PooledActors and User mfwshk Feb 16, 2006 10:25 PM (in response to fwshk)Hi Tom, 
 Thank you very much for your reply.
 Would you tell me how can I get the pooled actors?
 I don't know why TaskInstance.getPooledActors() always return null.
 Any reply are welcome and thank you very much.
 Roy
- 
        3. Re: Process management, TaskInstance.PooledActors and User mkoen.aers Feb 17, 2006 3:51 AM (in response to fwshk)Roy, 
 You first have to assign the task to a group of people for the 'getPooledActors()' to return something different from null.
 Regards,
 Koen
- 
        4. Re: Process management, TaskInstance.PooledActors and User mboerse Feb 17, 2006 4:55 AM (in response to fwshk)i'm completely desperated since days because i want to assign a task of a task-node to *2* differente users (via group,...) and there's no way. At all. I tried with assigment, rewriting the Handler,... and nothing. If someone ever got to assign a task to 2 users, please share it :( 
 
     
     
    