For Each Parallel Loop For each parallel loop is similar to For each activity but only difference is that it’s iteration will be process by different thread. For each is sequential execution whereas For each parallel as name suggest is parallel execution. For each parallel is still not available in Mule Pallet and if…
Read MoreFor Each Loop For each is used to perform similar set of activities on same payload of a collection. For each will expect collection as input payload and it will iterate over the collection Point to remember If it’s a Java collection then it will split the payload by default Changes done to a…
Read More