Sort order of projects in EAM Agent Tasks?

When trying to send a project to an agent, the sort order of the projects doesn't seem to make sense and is not sortable by the user. They're not alphabetical or by last modified, or even the order they were added to the gateway.

I know it sounds silly, but does anyone know what the ordering is?

Probably the order of their key hashes in a java HashMap.

1 Like

Yeah, Phil's got it. It's a view of the keys in a ConcurrentHashMap.