I wonder if someone can explain what I’m doing wrong, or whats not correctly configure, or if this is a potential product fault.
I am trying to use the source code example provided at:
When i create a process in Orchastrator I get them message “The current package version has no input or output parameters.”
Orchestrator has been configured (through the web page) to use an external NuGet server. Specifically, Settings > Deployment: Package deployment is set to a external url (aka, a different server in my network that has Internet access). Libraries is set to Tenant, External url (the same server as above but different repos).
Both the NuGet urls are the same server but different repos. (Using Nexus 3 NuGet server). Both are pointing to groups. The package group contains only locally hosted repos; this is configured in studio as is publishing location. The Library group contains a locally hosted repos also configured in studio AS WELL AS proxy definitions to the standard UiPath internet repos’s.
Using Orchastrator web gui, all is fine, I can see things I am publishing, things I need. All robots, studios are linked and can see these locations.
HOWEVER, for the UiPath provided example process, the WebGui never gives you the opportunity to set inbound parameters. You only get the message “The current package version has no input or output parameters.”. This is also true for any packages I write and publish.
QUESTION: Whats wrong with my setup, what have I not understood to make this work?