orchestrator-powershell
orchestrator-powershell copied to clipboard
Get-UiPathProcessSchedule don't return ExecutorRobots
Orchestrator Version 2018.4.1 & 2018.4.4, Powershell version 19.4.0.38 (tested on 19.1.0.18 too)
Get-UiPathProcessSchedule -Id or Get-UiPathProcessSchedule -Name or Get-UiPathProcessSchedule don't return ExecutorRobots.
API was tested on the orchestrator to confirm if any value is available and return the response : https://orchestrator/odata/ProcessSchedules/UiPath.Server.Configuration.OData.GetRobotIdsForSchedule(key=2) Return : { "@odata.context": "https://rpa-val/odata/$metadata#Collection(Edm.Int64)", "value": [ 21 ] } Also, getting by name fill StartProcessCronSummary while by Id it's empty.