0 Replies Latest reply on Feb 19, 2015 6:42 AM by grace.morciano

    jbpm 6.1.0 catching concurrent intermediate signal

    grace.morciano

      Hello!

      My process contains a cycle:

      jbpmCiclo.png

       

      In my process, intermediate signals can be called concurrently. If a process call the signal "operation_completed" and another process call the same signal before the cycle ends its first iteration, the last signal is successfully launched (return state=success in the calling process) but is ignored in the process called (I think because the first cycle is not terminated).

       

      How can I manage concurrent catch intermediate signals?