2 Replies Latest reply on Aug 31, 2011 11:34 AM by antoniodb83

    abort or cancel sub-process node

    antoniodb83

      Hi, how can I abort a sub-process from the parent process?

        • 1. Re: abort or cancel sub-process node
          salaboy21

          Hi Anotonio,

          What do you want to achieve with the abortion of the subprocess? do you want to cancel the pending activies inside the subprocess and terminate the subprocess to continue the main process?

          Sub process are started as an independant process, and do you want to continue the parent process without the sub process??

          It would be nice to understand what you are trying to achive.

          Cheers

          • 2. Re: abort or cancel sub-process node
            antoniodb83

            Hi Mauricio,

            in my process I have a gateway diverge(and) node, one side goes in a sub-process node and the other side goes in a timer and a  user task node. Then both side converge in a gateway (xor)

             

            If the UserTask is executed and the sub-process is not finished, I want to abort the sub-process and all its activities (user Task etc.).