In describing a Router, which of the following statements is false?
-
Routers tell Assignments specifically where they should go
-
Routers are not required on every Assignment
-
Routers execute specific Activities
-
Many Routers of the same name may exist in a single Visio flow
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.
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.