Invoke another Uipath script from a file server or another location

Hello everyone,

Just one to ask help from our experts one how do we invoke a Uipath Robot script located from another server. The usual that we do right now is we’re invoking it in same location like our local folders but we want to put our scripts into a server and then invoke them into a local machine to run from there.

Can someone suggest what we need to do?

Thanks.

Hi @wish,
Please remember that each project contains .json file which describes any necessary dependency related to the project and all xamls. If you would like to invoke the file from external location then I’m afraid it would cause the error.

Hi,
How do you launch you workflows? From command line?
Cheers