Multiple choice technology web technology

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

When an Assignment shape uses Worklist (for operators) but the Router uses ToWorkbasket (for baskets), there is a routing mismatch. This causes the flow to suspend and transfer control to the FlowProblems flow (D), which handles such incompatibility errors. The flow will save initially but execution fails. It does not simply fail to save (A), nor does it continue with a Java exception (C).