0 Replies Latest reply on Apr 12, 2007 6:17 AM by ganesh239

    fetching tasks based on some filter

    ganesh239


      I am just getting started with jBPM.

      Wanted to know how to fetch the tasks based on some filter - like tasks that were created between some date range or tasks that belong to a particular status.

      The JbpmContext, TaskMgmtSession, have the methods for getting tasks based on only the taskId or actor id and not any other parameter.

      Am looking at some analogus option that is availble in JCAPS. the getTasks() takes a filter into which i can set the date range and things like that.

      Ganesh