Certified Pega Senior System Architect v8.0 (2019) — Question 34

What is the difference between using the Call and Branch methods in an activity step to invoke other activities?

Answer options

Correct answer: B

Explanation

The correct answer is B because Branch does indeed create a new thread, enabling asynchronous processing, while Call executes in the same thread as the invoking activity. The other options either misrepresent the functionality or focus on aspects that don't accurately describe the core differences between the two methods.