Multiple choice technology architecture

If your Assignment shape uses the standard rule “Worklist”, and your Router uses the standard rule “ToWorkbasket”, what happens?

  1. (a) The flow will not save

  2. (b) The flow will be suspended

  3. (c) The flow will save, but an execution Java exception will be raised

  4. (d) The flow will be suspended, and control will be transferred to the FlowProblems flow

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

Pega routing activities must align with assignment activity types. Routing to a workbasket using 'ToWorkbasket' while using 'Worklist' task configuration creates a routing mismatch. At runtime, Pega detects this configuration error, suspends flow execution, and routes the work object to the FlowProblems flow for manual intervention.