2 Replies Latest reply on May 27, 2008 10:37 AM by sreepathia

    Seqance of Executing the tasks

    sreepathia

      Hi,
      I have executed a series of task where a task is executed twice because of the workflow design. Now i am not able to retrieve the tasks in th eorder they are executed using the jpdl api.Can any one tell me how to do this.
      I tried process.getTaskMgmtInstance().getTaskInstances(), it is not giving correct order i needed.
      In the example below:
      Start --->task1<-->Task2
      |--->End
      I transited from start>task1>task2>task1>end.
      iNow i like to read the tasks in th eorder they are executed

      Appreciate any help on this
      Ananth.S