Hello,
I tried starting a process on a specific machine with a specific robot.
But I always get the error
Status 409 “Windows process. The selected connected machine cannot perform this process” errorCode: 1015 traceID: 00-f8c9475ea87fbdaa9f4f67a5a1e7c974-44e124377523175a-00
When I run the same request without machine session ID it works. It even runs on the machine i chose in the request where i got this error.
But I need thisn process to run on a specific machine.
The Ids are definitely correct.
my call:
POST
Endpoint: “/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs”
{
“startInfo”:
{“ReleaseKey”:“<[ReleaseKey]>”,
“RobotIds”:[22],
“MachineSessionIds”:[<[MachineId]>],
“JobsCount”:1,
“JobPriority”:“Normal”,
“Strategy”:“ModernJobsCount”,
“RuntimeType”:“NonProduction”,
“InputArguments”:“{}”
}}
Can anyone help?
