Botzilla
(Edwin)
1
Hi, I am trying to modify a Schedule via Orchestrator API and seem to have hit a brick wall.
Request: PUT /odata/ProcessSchedules(key)
it asks for “Name” as a required attribute, however when I give the attribute it says the schedule alreay exists,
{
"message": "The name MyProcessName is already used.",
"errorCode": 1001,
"traceId": "00-808e0f5a61889f84946eff20229131ff-661a601240bf11dd-00"
}
if I give it something else it says the schedule is not found
{
"message": "ProcessSchedule does not exist.",
"errorCode": 1002,
"traceId": "00-a22982ecc67a8f00516cdbc409520e43-5c3dd35a8d16c763-00"
}
Am I doing anything wrong??
this is my payload:
{
"Name": "MyProcessName",
"TimeZoneId": "W. Europe Standard Time",
"StartStrategy": 1,
"ReleaseId": 000000,
"StartProcessCron": "0 35 0 ? * * *"
}
@Botzilla,
Welcome to the UiPath Community
Have you tried this solution?
Thanks,
Ashok
1 Like
system
(system)
Closed
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.