Anyone have idea how to pass InputArguments in StartJobs API

Hi Zell,

Thanks for your reply… but still I am getting same error “startJobParameters is null!”. I am using below request now.

Just FYI : We are using orchestrator 2018.2 version

{
“startInfo”: {
“ReleaseKey”: “658fd343-0338-430c-91a7-37c85hg0ddb7”,
“RobotIds”: [
2343
],
“NoOfRobots”: 0,
“Strategy”: “Specific”,
“Source”: “Manual”,
“InputArguments”: “{\“Argu1\”:\“test\”}”
}
}