[jboss-user] [JBoss jBPM] - Re: Group Task Assignment proble- Unable to see task avalaib

2009-04-15 Thread swatis
Martin, thats what I said in earlier replies that link heading on console is Personal/Group Taks list but it doesnot displays the task to user even if that actor is present in pooled actors list. Only manager using All Tasks link can assign task to the anyone of the pooled actor by using link

[jboss-user] [JBoss jBPM] - Re: Group Task Assignment proble- Unable to see task avalaib

2009-04-15 Thread mputz
@Swati, I think the heading 'Personal/Group Tasks' is just misleading in the JSF console implementation, as the list only contains those tasks that are actually assigned to the current user. But the list does *not* contain those tasks where no user is yet assigned, but where the current user

[jboss-user] [JBoss jBPM] - Re: Group Task Assignment proble- Unable to see task avalaib

2009-04-14 Thread pyuill
Hi Swati, This is definitely a bug. I have patched two source files to get over it. They are org.jbpm.jsf.core.action.ListTasksForActorActionListener and org.jbpm.jsf.core.action.AssignTaskActionListener . You can find them, along with a built war, at http://www.objectix.com.au/jbpm/ . You

[jboss-user] [JBoss jBPM] - Re: Group Task Assignment proble- Unable to see task avalaib

2009-04-14 Thread swatis
Hi Peter, Thanks a lot. I have downloaded files from objectX site. I will update once I'm able to fix this problem. Right now I used custom assignment handler class who will read who all are members in group and then using setPooledActors method assigned this task to multiple actors. Now

[jboss-user] [JBoss jBPM] - Re: Group Task Assignment proble- Unable to see task avalaib

2009-04-13 Thread gfargone
You cannot assign the same task to different individuals (actors). That would lead to concurrency problems like both persons starting the same task. Whose actions are really driving the task? You need a way for your users to see a group task list where they can take ownership of the task, or a

[jboss-user] [JBoss jBPM] - Re: Group Task Assignment proble- Unable to see task avalaib

2009-04-13 Thread swatis
Hi, Thanks for your reply. As you said task can be assigned to actor or group right. I did the same thing I assigned task to group But lets say If userA is member of Group then he should see that task present in his personal/group task list. To take owenership of that task, that task should be