1 Reply Latest reply on Jul 25, 2014 2:26 PM by bruno.laturner

    JBPM 5.4: An embedded sub process waiting for signal does not complete after receiving it

    bruno.laturner

      I have the following sample project with tests in  https://github.com/zeroum/jbpm-test-subprocess

       

      VldS6Kg.png

       

      This process does not reach the Terminate End node, even after completing both flows happening in parallel.

       

      If I take out the parallel nodes and the inner catch signal node and implement it outside, it does work.

       

      Am I missing anything?

       

      BTW, throw signal will broadcast the signal to all processes; However, I just want the process to receive signals from itself, so I implemented the send signals in script task nodes.