0 Replies Latest reply on Apr 2, 2007 2:23 PM by x490812

    Newbie question on findTaskInces and findPooledTaskInstances

      1) I wnat to filter out tasks that are ended (the end_ date in the db is set to a date) from the findTaskInstances and findPooledTaskInstances functions. Is there a way to do that without changing the source code - i.e., is there already a function that does this?

      2) if not, I noticed that those functions retrieve tasks where isopen_ and issuspended_ are = 0. When does this occur in the taks lifecycle? I have the end_ set in some tasks but those tasks are still returning because isopen_ and issuspended_ are still = 0