Which method ends the current activity and returns control to the calling activity.
-
(a) Activity-End
-
(b) End-Activity
-
(c) Exit-Activity
-
(d) none of these
C
Correct answer
Explanation
The Exit-Activity method is specifically designed to terminate the current activity's processing and return control to the calling activity. This is the standard method name used in Pega/Process Commander for activity termination, unlike Activity-End or End-Activity which are not valid method names in the system.