You can not create your own Routers
-
True
-
False
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
Pega provides standard router rules, but developers can also create custom router rules to implement specific routing logic. The statement claims you cannot create your own routers, which is incorrect - custom routers are commonly used for specialized routing requirements.
AI explanation
This statement is false. Pega Platform explicitly supports creating custom routing logic — you can define your own router rules/activities or override the pyGetRoutingAPIs data transform to add custom routing options for assignments, in addition to using standard routers like route to a specific operator, workbasket, or work queue.