Hello,
I would like to create a script in order to start and another one to stop specific jobs via Orchestrator.
Did you do this before?
Any ideas please?
Best regards,
Ioana
Hello,
I would like to create a script in order to start and another one to stop specific jobs via Orchestrator.
Did you do this before?
Any ideas please?
Best regards,
Ioana
Please use orchestrator api requests to perform these…for details on pylod check the swagger
<orchestratorurl>/swagger/index.html
will take you to the swagger file where all apis are listed and you have api for start job and stop job as well
https://docs.uipath.com/orchestrator/automation-cloud/latest/api-guide/consuming-cloud-api
Detailed steps
Some help here
2 and 3 are needed if you want to start on a specific user else release key should be enough
Stop job can be done through job key
Cheers
Hi
We have an activity called START JOB and STOP JOB that can be used to start and stop a particular job
Here we need to pass the job name with property
Have a view on these two docs for more details on that activity
https://docs.uipath.com/activities/other/latest/user-guide/stop-job
https://docs.uipath.com/activities/other/latest/user-guide/start-job
For start job u need to pass the process name
String
variables.Cheers @Ioana_Renard
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.