Unable to see Process in "Process" drop-down on Start Jobs page

Why are some processes not visible when scrolling through the process list on the Start Job page?

By implementation the Orchestrator will only display top 20 process on the Jobs page of the Orchestrator to have minimal impact in terms of performance.

The API call made during starting a process from the drop-down on the Jobs page from Orchestrator.

"Releases?$select=Id,EnvironmentId,Name,Key,Arguments,InputArguments&$filter=contains(Name,%27%27)&$top=20"

In order to find the process published and not view-able, one will need to start typing the process name and the processes within the list will be filtered until the desired process is a part of the 20 that are view-able as shown in below snippets