I am developing Workers clones, i have developed some libraries to manage data as tags like windows do with folder hierarchy for example -> "Plant A\Temperatures\Inlet" "Plant A\Temperatures\Outlet" ... and so on.
I was tryng to use this hierarchy also with the Alias of clones but the "\" character is escaped/removed (other like "/" or "|" can be used without issue).
There is a specific usage of "\" inside the framework Alias Naming?
Also i have found that there is a find subWorker queue by alias...
is there a find Worker by alias? so i can find any worker queue from anywhere.
Thank you and have a nice day