Multiple choice technology web technology

To split processing into two or more independent secondary flows that operate in parallel we should use

  1. Split-For-Each

  2. Split-Join

  3. Called Flow

  4. SpinOff Flow

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

Split-Join is the PRPC flow shape used to split processing into two or more independent secondary flows that operate in parallel. After the parallel flows complete, the processing joins back together. Split-For-Each is for iterative processing, while Called Flow and SpinOff Flow serve different purposes.