Do have an option to execute jobs present inside looper in parallel and how it works?
Scenario:
I created job flow with looper having jobs inside it. I want to execute all jobs inside at a time
In looper start we have an option to execute jobs present inside looper in parallel when we select radio button Parallel . It will execute each job present inside the looper in parallel.
Ex: Looper gives 5 iterations, when we select Parallel option then each job present inside looper will execute 5 times at a time.