1 Reply Latest reply on Aug 8, 2005 12:27 PM by brittm

    findTaskInstances

    ledzeppelin

      I was looking at the example jBPM intterface and found it pretty obvious. So I tried to reproduce the same logic in my webapplication.

      When I use taskMgmtSession.findTaskInstances(actorID) I'm getting the list of ALL tasks performed by given "actor" even though some of the processes are already finished. Though in websales example only active tasks are listed.

      I copied the code directly from "websales" example and getting different result. So what could be a trick?

      I'm using JBPM 3.0, MySQL