{/doc/workflow {Workflow}} {}

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.