Multiple choice technology programming languages

Parallel processing can be implemented in a BPEL process using which of the following activities?

  1. Flow

  2. FlowN

  3. Pick

  4. Sequence

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

Flow and FlowN activities enable parallel execution paths in BPEL. Flow handles a fixed number of parallel branches, while FlowN dynamically creates parallel activities based on runtime data.