Hi All,
I am using POST “https://platform.uipath.com/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs” command to start a process in orchestrator.
And I am getting below response:
{
“@odata.context”: “https://platform.uipath.com/odata/$metadata#Jobs”,
“value”: [
{
“Key”: “4690cb40-688a-4a08-b751-609********”,
“StartTime”: null,
“EndTime”: null,
“State”: “Pending”,
“Source”: “Manual”,
“SourceType”: “Manual”,
“BatchExecutionKey”: “381e9146-4129-4107-91a9-69c0aca162b0”,
“Info”: null,
“CreationTime”: “2019-09-03T14:52:12.8677108Z”,
“StartingScheduleId”: null,
“ReleaseName”: “HTML_Demo Environment”,
“Type”: “Unattended”,
“InputArguments”: null,
“OutputArguments”: null,
“HostMachineName”: null,
“HasMediaRecorded”: false,
“PersistenceId”: null,
“ResumeVersion”: null,
“StopStrategy”: null,
“Id”: 1351****
}
]
}
But the process is not getting started. Its giving the state faulted as shown in below screenshot:
When running the process via robot its working fine. But Manual source via API is not working. Kindly suggest the solution.