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 Pega flow shape that allows you to split processing into two or more independent secondary flows that operate in parallel. Each parallel flow executes independently, and the parent flow waits for all parallel flows to complete before continuing. Split-For-Each is for iterating over a list, Called Flow is for invoking another flow sequentially, and SpinOff Flow is for asynchronous processing without waiting.