> For the complete documentation index, see [llms.txt](https://support.getdatastream.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.getdatastream.com/support/definitions/routing-enforcement.md).

# Routing Enforcement

| Code | Name     | Description                                                                                                                                                                                    |
| ---- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| B    | Bypassed | Get Build / On Entry workflows will always return NOK to Build.                                                                                                                                |
| O    | Optional | Get Build / On Entry workflows will check previously stored routing information and return NOK to Build if 'Reject' cycle status is present. All other cycle status's will be ignored.         |
| R    | Required | Get Build / On Entry workflows will check previously stored routing information and return OK to Build if 'Accept' cycle status is present. All other cycle status's will return NOK to Build. |
