3 Replies Latest reply on Oct 11, 2007 10:32 AM by kukeltje

    Retriving task list

    dlipski

      Hi
      I'm wondering if it is possible to get user task list meeting some criteria.
      For example when I create process instance I add to process context some variable ('var1'). Then when I retrive task instances for user i want only tasks which belongs to process instances with var1 = 10. I don't want to retrive all task instances and filter them in Java. What is the simplest way to achieve this ?

      Thanks