Multiple choice technology packaged enterprise solutions

In describing a Router, which of the following statements is false?

  1. Routers tell Assignments specifically where they should go

  2. Routers are not required on every Assignment

  3. Routers execute specific Activities

  4. Many Routers of the same name may exist in a single Visio flow

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

Statement A is false because Routers provide general routing logic and conditions, but they don't specify exact destinations. The flow engine determines the final assignment based on the Router's evaluation. Routers set up the decision tree but don't hard-code every destination, allowing for more flexible and reusable routing logic.

AI explanation

Routers evaluate conditions (via a router rule) to decide which connector path a flow should take next, but they operate on the flow itself rather than being tied to specific Assignments telling them where to go — that's why the statement claiming routers direct assignments is the false one. Routers aren't mandatory on every assignment, they do execute router-rule logic (not arbitrary activities), and the same router name can indeed be reused across multiple flows.