Multiple choice technology architecture

Which method causes the system to end the current activity and the calling activity,continue with the next activity on the requestor's activity list?

  1. (a) Activity-End

  2. (b) End-Activity

  3. (c) Exit-Activity

  4. (d) Activity-Exit

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

Activity-End is the correct Pega method that terminates the current activity and returns control to the calling activity, which then continues with the next activity on the requestor's list. This is essential for controlling flow in Pega processes. The naming convention places the object (Activity) before the action (End).