# 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. |
