[jboss-dev-forums] [Design of JBoss jBPM] - Re: names for personal task list and takable task list

tom.baeyens@jboss.com do-not-reply at jboss.com
Tue May 19 05:44:00 EDT 2009


ok.  let's rename to getPersonalTaskList and getGroupTaskList

Heiko, can you elaborate on what exactly you mean ?

getPersonalTaskList is the task list for which the currently authenticated user is the assignee.

getGroupTaskList is the list of tasks that the current authenticated user can take.  Taking the task is allowed if 
the task has no assignee 
  | AND ( 
  |       the user is a candidate for that task
  |       OR 
  |       user is a member of a group which is a candidate for that task 
  |     )
  | 

to what extend does this match or violate what you expect ?

i am in favour os putting both lists in one view/screen: the personal task list on top and the group task list below.  And then maybe later add a separate view/screen to query tasks based on filter criteria.

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

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



More information about the jboss-dev-forums mailing list