5 Replies Latest reply on Feb 9, 2006 9:53 PM by amarinis

    Multiple action types in task list

      I have a datatable generated with a list of tasks using #{taskInstanceList}.

      This displays all tasks associated to me regardless of the step the process is at.

      What would be the best way to select a certain action based on the individual task without having to create multiple lists.

      For example.
      Task 1 is waiting for action at task "get"
      Task 2 is waiting for action at task "process"

      Task "get" requires a call to one page and task "process" requires a call to another page.