"jbarrez" wrote : Tom,
|
| I once had such an IRL use case: if the task assignee gets sick, it should be done by
someone else. If that person gets back before the task is finished, it is put back to the
assignee.
for that use case i have the roletype 'replaced-assignee'
/** a person that was assigned to a task, but got replaced because of
| * absence or another reason. This way, a trace can be left in case
| * This person returns and wants to take back his tasks that got
| * reassigned. */
| String ROLETYPE_REPLACED_ASSIGNEE = "replaced-assignee";
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210342#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...