0 Replies Latest reply on Sep 17, 2007 11:30 AM by massimiliano_cuccia

    How to stop a process instance?

      How to stop the execution of a process instance?

      Suppose to have a process instance executing in jBPM, what have I to do to stop it?
      I mean "suddendly stop" it,
      an operation that the admin user can apply to process instances where execution accidentally started (for example)

      I have read about the method cancel, but it is not clear what really happens when this method is called
      have I to call the cancel method for every task instance of the process instance?

      thanks