Multiple choice technology web technology

Which method ends the current activity and returns control to the calling activity.

  1. (a) Activity-End

  2. (b) End-Activity

  3. (c) Exit-Activity

  4. (d) none of these

Reveal answer Fill a bubble to check yourself
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.