3 Replies Latest reply on Mar 16, 2009 12:08 PM by kukeltje

    Modifying a workflow instance in flight

      I would like to modify an instance of a workflow (not the workflow definition) on the fly by adding/removing task nodes in JBPM.
      Ex if there is a workflow definition with nodes A-> B-> C-> D and there are 10 instances running, is it possible to change one of these instances a-> b-> c-> d by adding a new task node like a-> b-> b1-> c-> c1-> d.
      Let me know if this is at all possible in JBPM.