Parallel processing is a technique where a list of actions can be executed concurrently but independently and the parent flow will not continue until all actions are completed. This can be done in Mule using Scatter and Gather flow control.
Consider an example: a flow should call 2 REST services concurrently and combine the result and return. https://goo.gl/icxifF #DataIntegration #ML


