[jboss-dev-forums] [Design of JBoss jBPM] - Re: names for personal task list and takable task list
heiko.braun@jboss.com
do-not-reply at jboss.com
Wed May 13 16:33:27 EDT 2009
regarding "takeable":
currently takable means that a user participates as 'candidate'.
but it's an implementation detail of the findTakable() and take() methods. IMO you should come up with something else that's more close to the participation model and is reflected properly in the TaskService interface. I.e:
| findTaskByParticipation(Identity, Participation.CANDIDATE)
|
Not only would it shed some light on what's actually going on,
but it also open the door for other participation types.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230947#4230947
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230947
More information about the jboss-dev-forums
mailing list