[jboss-dev-forums] [Design of JBoss jBPM] - Re: new simplified menu structure
jeffdelong
do-not-reply at jboss.com
Fri Jan 5 15:34:48 EST 2007
I agree with Tom with a few comments / additions:
On Task list: a common term for "take" is "acquire". So you might name the button that performs this operation "acquire". In some applications users will acquire the task from the tasklist, and the act of acquiring will navigate to the TaskInstance page. On the other hand, you could let the user navigate to the TaskInstance page and then acquire (but this would be a less common way of designing this).
When the user acquires a task, you should set the actorId (this is probably obvious), and also start it (this is good for reporting purposes). Having acquired a task from the group task list, the user should be able to release it (set ActorId back to null) on the TaskInstance page, and close the page.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998387#3998387
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998387
More information about the jboss-dev-forums
mailing list