The intention is for end user to trigger the UiPath script remotely as the end user does not have access to UiPath and Orchestrator. Which means the end user can run the UiPath script as and when.
Currently the UiPath script runs once at the end of the day via Task Scheduler but should there be emergency cases, the end user might want to run the UiPath script on an ad hoc basis during the day. Is there a way to do so via API? Thank you in advance
one question: is the uipath script stored in uipath cloud ochestrator? or is cloud ochestrator merely just to trigger adhoc run of uipath script?
Whenever you publish the project your whole project code will be in orchestrator,so it will run from there
ah i see, i can’t adopt this approach as the end user will not be using uipath actually, is there another work around to trigger the uipath script remotely?
Hey @zyzz
If you want to run an Automation project without Orchestrator have a look on the video
Regards
Gokul
thanks @Gokul001 , i looked through this but actually my question was directed more towards triggering a uipath script via api call from a remote device to another device, not sure if that’s remotely possible or not