Multiple choice technology platforms and products

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 in Pega is used to split processing into two or more independent secondary flows that operate in parallel. Split-For-Each is for iterating over a list, Called Flow is for synchronous flow invocation, and SpinOff Flow is for asynchronous flow execution without waiting for completion.