Hi All,
Job detail in orchestrator shows below response:
While running the process in orchestrator, Its showing Input Argument, but output argument is null.
Below is what I am doing:
POST https://platform.uipath.com/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs
Body:
{
“startInfo”: {
“ReleaseKey”: "a083eb79-118b-47da-acbe-*****",
“RobotIds”: [],
“JobsCount”: 0,
“Strategy”: “Specific”,
“InputArguments”: “{“InputArguments”:“D:/Anamika/HTML/SI112717-5.html”}”
}
}
And the response is:
{
“@odata.context”: “https://platform.uipath.com/odata/$metadata#Jobs”,
“value”: [
{
“Key”: “64b26b81-73af-4d83-84e4-bf32390b2403”,
“StartTime”: null,
“EndTime”: null,
“State”: “Pending”,
“Source”: “Manual”,
“SourceType”: “Manual”,
“BatchExecutionKey”: “6843b895-6c60-4d47-beb5-70a3d3c01bf5”,
“Info”: null,
“CreationTime”: “2019-09-05T17:08:31.0609382Z”,
“StartingScheduleId”: null,
“ReleaseName”: “HTML_Demo Environment”,
“Type”: “Unattended”,
“InputArguments”: “{“InputArguments”:“D:/Anamika/HTML/SI112717-5.html”}”,
“OutputArguments”: null,
“HostMachineName”: null,
“HasMediaRecorded”: false,
“PersistenceId”: null,
“ResumeVersion”: null,
“StopStrategy”: null,
“Id”: 13643****
}
]
}
But I need Output Argument value as well (As shown in Job detail). Can plz someone suggest what should I do?
I have already tried Get Job URL but not getting desired Output Argument is still null.