[jboss-user] [JBoss jBPM] - Re: Difference pooled-actors and swimlanes

2008-07-23 Thread kukeltje
anonymous wrote : Now I understand it very well. Cool. I've a book about jbpm 
and the docu but none of them describes this part of jbpm this way, like you. 
Perfect!  I think the jBPM docs themselves do

But this should probably also contain the last alinea of the 3.1 docs
/taskmanagement.html

you have to write your own assignment handler for the 'and' stuff and pass the 
groupnames to it.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4166194#4166194

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4166194
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Difference pooled-actors and swimlanes

2008-07-22 Thread coolex
Many thanks. You are answering very fast.
anonymous wrote : ... of who is selected ... 
Where should the user be selected? 

anonymous wrote : ...the originally assigned actor is chosen again.
Sorry, I don't understand this part. What do you mean by originally assigned?

anonymous wrote : Regarding the last question, you have to indeed assign an 
individual actor when acting upon it, but leave the pooled-actors as they are. 
That way, you can always reassign back to the pool by making the actor-id null
Sorry, but this part is also not easy to understand. So at any time I have to 
assign an individual actor explicitly to a task? I mean, my application is 
still doing what I expect by not assigning the user explicitly.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4165906#4165906

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4165906
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Difference pooled-actors and swimlanes

2008-07-22 Thread coolex
Additional question.
We have this assignment:
assignment pooled-actors=user, admin/
That means that users can execute this task which are in one of this groups 
(user OR admin). How can I enforce that the user has to be in both groups (user 
AND admin)?

This question is very important for me.
Thanks in advance.

Alex

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4165982#4165982

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4165982
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Difference pooled-actors and swimlanes

2008-07-22 Thread kukeltje
anonymous wrote : Where should the user be selected? 
In your own webapp or some other way (rules engine, whatever)

anonymous wrote : originally assigned? 
The one that is selected e.g. by your webapp above

anonymous wrote : Sorry, but this part is also not easy to understand. So at 
any time I have to assign an individual actor explicitly to a task? I mean, my 
application is still doing what I expect by not assigning the user explicitly. 
  | 
That is because you have to think differently. Look at some of the testcases in 
the source about taskmanagement and much will be clearer. 

- Task is created and assigned to pooled actors
- Task is visible in pooled tasklist
- Task is done by one person e.g. in 1 day
- Task should not be visible in pooled tasklist since someone is working on it
- Therefor assign to actor, but leave the pooled actors also assigned
- If User gets sick, make actor 'null' and task is visible again in pooled 
tasklist



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4166011#4166011

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4166011
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Difference pooled-actors and swimlanes

2008-07-22 Thread coolex
WOW!
Now I understand it very well. Cool. I've a book about jbpm and the docu but 
none of them describes this part of jbpm this way, like you. Perfect! 
Many thanks.

Still one question left about the AND issue. This was my example
assignment pooled-actors=user, admin/
Is it possible to make clear that a user can only execute this task if he has 
the user AND the admin role?
This example is not that good, but anyway I'm interested in the AND issue of 
roles.

Thanks again.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4166044#4166044

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4166044
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user