Hi,
Do the output items from a splitter get processed by the following steps in parallel, series or is it undefined?
For example, in the flow below

Would the order be:
- row 1 processed by the enrichtransport step then then xawebservice step
- row 2 processed by the enrichtransport step then then xawebservice step
- row n processed by the enrichtransport step then then xawebservice step
or
- row 1,2,n processed by the enrichtransport step
- row 1,2,n processed by the xawebservice step
It's important to us because the row 1 xawebservice step may change the data used by the row 2 enrichtransport step.
Thank you in advance.
Daniel Webb