The problem is, that even passing all the startInfo as body I receive this error message: {“message”:“startJobParameters is null!”,“errorCode”:0,“resourceIds”:null}
I’ve created a simple html page and with AngularJS I do http request to Orchestrators API.
The steps that must be followed to finally execute the jobs are:
Authenticate in Orchestrator via API Authentication. You will need to pass the token through all the next steps.
Get the information you need of the robots, processes and releases (look into the API Guide). You will need the release key to identify a unique process
Execute the job by calling to StartJobs as in the example you can see in this post.
This is how I managed to execute jobs from a browser using AngularJS.
My knowledge of AngularJS is vey basic, so probably you can improve it a lot. Take a look into the code, because I’ve added <> where you will need to use your own data, like tenant Name, email, etc.