Hi, I have to go back to the topic again because the Trigger does not work.
After entering the following example data in SWAGGER:
"Enabled": true,
"Name": "R057_****_PV0000083",
"ReleaseId": 113,
"EnvironmentId": "18",
"StartProcessCron": "31 37 17 20 FEB ? 2020",
"StartProcessCronDetails": "{\"type\":5,\"advancedCronExpression\":\"31 37 17 20 FEB ? 2020\"}",
"StartStrategy": 0,
"ExecutorRobots": [
{
"MachineName": "PVxxx"
}
],
"StopProcessExpression": "10000",
"StopStrategy": "SoftStop",
"TimeZoneId": "Central European Standard Time",
"TimeZoneIana": "Europe/Warsaw",
"UseCalendar": false,
"MaxJobsForActivation": 1,
"Id": 170
}
I have the following answer from the server
Response Body
Response Code
When I send the same query with the function: "Enabled": false
Response Body
Response Code
The trigger will update with new data, but none of the Robots is selected.
The view shows 0 selected rows:
IMPORTANT: I note that before editing this Trigger the robot position is marked.
The above situation also happens when I enter the same data set, but I do not declare a Robot (i.e. I want to change only a part of the data, i.e. CRON), and yet the Robot list is cleared everytime.
I also checked the above for the declaration “All Robots” and “Allocate dynamically”. In each case, the same situation for the function Enabled = true the Response is 500.
What’s going on, where’s the mistake?
@loginerror @bcorrea