0 Replies Latest reply on Jan 14, 2015 5:46 PM by bengbers

    How do I bind signals from a subproces to the invoking proces?

    bengbers

      My model uses a sub-process for the tender process. This tender-process either stops with a terminating end event (the tender is rejected) or with a message that the tender is accepted (in which case the invoking process should continue).

       

      I know that I can attach a signal to the end event but I don' t know how I can bind the signals that are thrown by the sub-proces to the catchers that are defined in the invoking process.

       

      What is the general approach to do this?

      Does the same approach also apply to signals that are thown by a call activity?

       

      Ben

      (I' m using jBPM 6.1 final with Eclipse Luna)