I have been able to execute processes as jobs through the UIPath orchestrator and to the UIPath robots clients without any problems.
However, is it possible to execute jobs only in the orchestrator and not to execute the process job at the UIPath robots client? I have tried changing the robot from attended to unattended, but it does not seem to work.
Thanks for your response. I am aware of how the UIPath orchestrator, studio and robot client operates.
Let me clarify a bit further with the reasoning behind my question with an example:
If I have a process defined to make one API call and nothing else, it does not inherently require my UIPath robots client (my PC) to be running to be able to execute a simple HTTP Request call.
As such, is it possible to execute the job through the orchestrator and not having it run through my UIPath robot client?
Yes it is possible. For this you need to do authentication by providing orchestartor usename, password, tenantname along with release key.
ReleaseKey required to do this post call can get by using the Get Call of Releases and Robot Id’s can get using the Get call of Robots.
The first Job will be Triggered by the pending status.