0 Replies Latest reply on Nov 14, 2005 9:57 AM by a_schulz

    ProcessInstance.end method and already finished super proces

    a_schulz

      Hi,

      as the topic says, I want to use the end method (in ProcessInstance) to end/cancel a process, because of some situation in the process without no other choice.

      So the behavior of the end seems to be:
      * end the actual PI and all tokens
      * notify the super process to go on

      So far ok.

      But it seems that if the super process is already ended (by another call to end for the super PI itself), the notify is executed and the (super) process continues.

      Is this the correct wanted behavior.

      Regards,
      Andreas