How do we run the job’s in sequential/parallel manner using the looper job?
How do we run the job’s in sequential/parallel manner using the looper job?
When Looper job gives more than one iteration as output based on the input query/command, then need to choose the below iteration modes
- Sequential
- Parallel
On choosing Sequential the job’s present between the looper executes in a sequential manner one iteration after another. Once the first iteration is completed by the job’s present between looper. Then the second iteration starts.
On choosing Parallel all job’s present between the looper executes in parallel with no dependency between each iteration. The second iteration job’s runs in parallel with the first iteration jobs.