Index: openacs-4/packages/workflow/www/doc/workflow.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/www/doc/workflow.html,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/workflow/www/doc/workflow.html 29 Apr 2004 08:47:37 -0000 1.1 @@ -0,0 +1,44 @@ +

A: WF #3: Redirect After Action

+ +

After an action has been completed, depending on the action, we +will redirect you to one of:

+ + + +

This will be specified in the workflow spec as an "redirect_to" on +actions, with possible values of "task_list", "case", "case_list", or +"new_case".

+ +

This assumes we have already implemented #6 below.

+ +

It will require changes to the API, in order for +workflow::case::action::execute to be able to return a URL.

+ +

TODO: Look in more detail at what's needed.

+ +

Estimate: 6 hours. Risk: Med. Recommended.

+ + + + +

A: WF #10: Task list UI

+ +

Write a generic task list UI that lets you find tasks which you +are supposed to do, and get to them.

+ +

It should use the list builder so you can sort, filter, and +paginate.

+ +

Requires #6.

+ +

Time estimate: 10 hours. Risk: Low.