Multiple choice technology packaged enterprise solutions

All the routing activities return its result in an output parameter called

  1. AllocatedTo

  2. RoutedTo

  3. AssignTo

  4. BranchedTo

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

In PEGA, routing activities (like Router, Split-Join, etc.) execute their logic and return the result in an output parameter called AssignTo. This parameter contains the name of the assignment that the work should be routed to next. This is a fundamental mechanism for dynamic routing in flows.

AI explanation

Routing activities in Pega/Process Commander return their result — the operator or workbasket the assignment should go to — in a parameter conventionally named AssignTo, which the framework then uses to actually route the assignment. "RoutedTo," "AllocatedTo," and "BranchedTo" are plausible-sounding but not the actual standard parameter name used by the routing framework's activities.