Multiple choice technology web technology

Rule-Obj-When is mapped to which shape

  1. Decision

  2. Logic

  3. Fork

  4. Ticket

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

Rule-Obj-When (when rules) in PRPC map to Fork shapes in flows because when rules evaluate conditions and branch flow execution accordingly. Decision and Logic aren't standard PRPC flow shapes, and Ticket is for case processing, not conditional branching.