Multiple choice technology platforms and products

Which activity is used for creating multiple parallel flows in BPEL

  1. Split-join

  2. Flow

  3. FlowN

  4. MultiFlow

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

The FlowN activity in BPEL creates multiple parallel flows of execution based on a dynamically specified number. Unlike the basic Flow activity (option B) which creates a fixed number of parallel branches defined at design time, FlowN can create N parallel branches based on runtime data. Split-join (option A) is a different pattern and MultiFlow (option D) is not a standard BPEL activity.