1 Reply Latest reply on Oct 16, 2008 5:15 AM by vtysh

    How to Get All Task Instances

    me_muhammadali

      I want to get all task instances from table JBPM_TASKINSTANCES irrespective of active id's.

      I have already used

      jbpmContext.getTaskList(),
      jbpmContext.getGroupTaskList(actorIds)
      jbpmContext.getTaskMgmtSession().findTaskInstances(actorIds)


      but they all depend on Active Ids. I want to get all assigned and unassigned task (not complete task) instances.


      Thanks,

      Muhammad Ali