Hi! Hope you`re doing well. Is there any form to start a job with a specific machine or user via api?
@robobix2 ай бұрын
@vitoriafontoura3670 yes you can explore the swagger to get the required details. orchestratorUrl/swagger/index.html
@chiragpatel62044 ай бұрын
Hi there, thank u for the video. I am using orchestrator http request activity inplace of regular http activity. How can i delay the start job. I have to wait like 1 min before starting job on same machine.
@robobix4 ай бұрын
You mean you have already sent the command to start a job and for the second job you want to wait for a minute and then send the command to run?
@chiragpatel62044 ай бұрын
@@robobixyes. As i m using windows server for bot machines so it takes time to sign off the session. Now after api is called when another process start running on the same machine, the previous process is not yet finished signing off
@robobix3 ай бұрын
@@chiragpatel6204 please confirm if both the processes are background process or foreground. If both are foreground then two processes can be run in parallel.