[jboss-user] [JBoss jBPM] - Re: What will happen after cancel a task instance

Hannes do-not-reply at jboss.com
Mon Sep 4 04:46:04 EDT 2006


if you delete the ProcessInstance, all tasks connected to this one will be gone.

Or u retrieve the TIs with a similar query like that:

  | // all open tasks
  | private static final String FINDTASKINSTANCES = "select ti "
  | 			+ "from org.jbpm.taskmgmt.exe.TaskInstance as ti " + "where "
  | 			+ "  ti.end is null " + "  and ti.isCancelled = false";


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969174#3969174

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969174



More information about the jboss-user mailing list