3 Replies Latest reply on Apr 13, 2010 8:34 PM by rebody

    Starting a block of steps N times apart from the process def

      I do have a case in jbpm which i need to execute a specific block in a process definition N times, I already did that separating this block in a sub process and starting this sub process N times and then i treat it as it was a fork and i end the sub process with a join node in order that all the started instances from this subprocess is ended together.

       

      I was wondering if there is another way to the do this same scenario without using a subprocess because right now i'am facing another problems that i cannot resolve while i'm using this technique in a subprocess.

       

      Thank you guys in advance