Which activity is used for creating multiple parallel flows in BPEL
-
Split-join
-
Flow
-
FlowN
-
MultiFlow
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.