1 Reply Latest reply on Dec 22, 2005 4:22 PM by kukeltje

    Problem Deleting Process Instance

    michaelholtzman

      Greetings. I would like to be able to delete a process instance on the fly. When I call GraphSession.deleteProcessInstance(), I get the following error:

      12:53:37,347 ERROR JbpmSession : org.hibernate.ObjectDeletedException: deleted object would be re-saved by cascade (remove deleted object from associations): [org.jbpm.graph.exe.Token#3939]
      


      I'm not sure what it's telling me. Do I need to do some manual cleanup before calling this function? Thanx.