JBoss Community

Re: Can we have multiple instance with sequential task execution?

created by Esteban Aliverti in jBPM - View the full discussion

If you want your dynamic tasks to get sequentially executed you don't need a multiple instance node. What you can do is to create some kind of loop in your process. Something like:

  1. Configure task data (maybe a script task, subprocess or a Rule Task)
  2. Human Task
  3. X-OR Gateway checking if all the needed tasks were executed
    1. If 3 is true, then continue
    2. If 3 is false, go to 1

 

Best Regards,

Reply to this message by going to Community

Start a new discussion in jBPM at Community