Hi All,
I have Enterprise Orchestrator version 2018.2.3. I am facing an issue with the Start Job API. Below mentioned Json data works fine i am able to start a job.
{
“startInfo”: {
“ReleaseKey”: “xxxxxxx”,
“RobotIds”: [1],
“NoOfRobots”: 0,
“Strategy”: “Specific”
}
}
but when i try to send input parameters /arguments. I used the below json data and it does not work. i get the error message " {“message”:“startJobParameters is null!”,“errorCode”:0,“resourceIds”:null} "
Please also let me know how do i read this Input Arguments from the new job which is triggered. Do we have any global variables which gets these values?
Please assist
Thanks
Vinod
I think “age” should be an input argument in your Main.xaml file for this to work. You can manually try to start the job from orchestrator and you should be able to see all the available input arguments in the ‘Parameters’ tab.
But i dont get that view may be because i use Orchestrator Version 2018.2.3
I have added Argument name “Age” in the workflow but doesnt work. Please let me know if anything else can be done.