Both For Each and Parallel For Each split the defined collection, and the components within the scope process each element in the collection. Also, in both cases, each route runs with the same initial context.
December 30, 2021 | Mule 4, Mulesoft | No comments
Every execution of the Parallel For Each scope starts with the same variables and values as before the execution of the block
December 29, 2021 | Mule 4, Mulesoft | No comments
The For Each scope splits a payload into elements and processes them one by one through the components that you place in the scope.
December 29, 2021 | Mule 4, Mulesoft | No comments