A parallelization-enabled Iterate connection allows the component that receives threads from the connection to read those threads in parallel.
Warning: Note that globalMap is thread unsafe. 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: