If your Assignment shape uses the standard rule "Worklist" and your Router uses the standard rule "ToWorkBasket",what happens

  1. The flow will not save

  2. The flow will be suspended

  3. The flow will save,but an execution Java eaception will be raised

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


Correct Option: D

AI Explanation

To answer this question, we need to understand the concepts of Assignment shape and Router in Pega.

The Assignment shape is used to assign work items to users or workbaskets. It follows a set of assignment processing rules to determine where the work item should be assigned.

The Router rule is used to determine the routing of the flow based on certain conditions. It can route the flow to different assignment shapes or other flow shapes based on the conditions specified in the rule.

In this scenario, if the Assignment shape uses the standard rule "Worklist" and the Router uses the standard rule "ToWorkBasket", the flow will be suspended, and control will be transferred to the FlowProblems flow.

The "ToWorkBasket" rule in the Router will route the flow to a workbasket based on the conditions specified in the rule. Since the flow is being routed to a workbasket, it cannot be saved in the user's worklist. As a result, the flow will be suspended and control will be transferred to the FlowProblems flow.

Therefore, the correct answer is D) The flow will be suspended, and control will be transferred to the FlowProblems flow.

Find more quizzes: