Multiple choice technology web technology

When would you choose a Fork shape instead of a Decision shape?

  1. (a) When you want to invoke a map value (not a map value pair)

  2. (b)when you want to invoke a when rule

  3. (c)when you want to invoke a decision table

  4. (d) none of these

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

A Fork shape is used when you want to invoke a when rule (condition-based routing). Decision shapes invoke decision tables or map values. Fork shapes are specifically designed to evaluate when conditions and branch execution accordingly.