Add Arguments to a Release in Orchestrator (or define called Main function)

Thank you MirceaGrigore. That will be awesome! Looking forward to it.

Hi All,

Do we a update on the above ?

I am able to Start job if i dont pass input arguments. But when i pass the below body we are facing issue - error message : {“message”:“startJobParameters is null!”,“errorCode”:0,“resourceIds”:null} :

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

Please Assist