Launching parallel iterations to read data
A parallelization-enabled Iterate connection allows the component that receives threads from the connection to read those threads in parallel.
Information noteWarning: Note that the globalMap is
error-prone in parallel execution. Be cautious when using globalMap.put("key","value") and globalMap.get("key") to create your own global variables and then retrieve
their values in your Jobs, especially after an Iterate connection with the parallel execution option enabled.
About this task
You need to proceed as follows to set the parallel iterations: