Multiple choice technology programming languages

Conditional Processing can be implemented in a BPEL process using which of these activitie

  1. Switch

  2. If

  3. Decide

  4. Compensate

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

Switch is the BPEL activity for conditional branching based on multiple conditions. 'If' and 'Decide' are not standard BPEL activities, and Compensate is for undoing transactions in compensation handlers.