Multiple choice technology platforms and products

Which shape is used to send a work object through another flow(spawns multiple parallel flows) based on information in the pages of a Page List or Page Group property.

  1. Spin off

  2. Split join

  3. Split for each

  4. Called flow

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The 'Split for each' shape is specifically designed to spawn multiple parallel flows by iterating through a Page List or Page Group property, creating a separate flow execution for each page. 'Spin off' creates a single child flow, 'Split join' waits for all branches to complete before proceeding, and 'Called flow' invokes another flow as a subprocess.