Oracle SOA Suite 12c Essentials — Question 35

Which statement is true about how BPEL Process Manager handles the For Each activity?

Answer options

Correct answer: B

Explanation

The correct answer is B because the For Each activity indeed runs the contained scope activity a specific number of times based on the defined counter values. Option A is incorrect as it implies a global counter, which is not the case; Option C misrepresents the behavior of completion conditions; and Option D is incorrect as it suggests that the counter variable can be affected by changes outside its scope, which is not true.