1 Reply Latest reply on Jul 14, 2008 7:56 AM by jbarrez

    Determining taken transition on completed task instances

    westdwestd

      Hi,

      I have a requirement to display a list of the previous task instances on the current task page for a process instance.

      I am fetching the list of task instances using taskInstance.getTaskMgmtInstance().getTaskInstances() and checking whether each task is ended to get a list of the completed tasks.

      Is there a way to determine which transition was taken for each completed task instance?

      Thanks