Multiple choice technology architecture Based on information in a page list or group, Split For Each: (a) Sends multiple work objects through the same flow (b) Sends the current work object through multiple flows (c) Sends any given work object through multiple flows (d) Sends any given work object through the same flow. Reveal answer Fill a bubble to check yourself A Correct answer Explanation Split For Each sends multiple work objects through the same flow, iterating over a page list or group. It does NOT send one work object through multiple flows (that would be a Split-Join or parallel processing pattern).