I know how to start a job in the Orchestrator via Api. For testing purposes I just copied the json from this website: UiPath Connector Guide
Now I would like to build the request in studio itself like it is done for schedules over here: Orchestrator API Post Schedule via .ProcessScheduleDto in Studio. How to DEV in Studio?
I have built a service with all the api functions from the Orchestrator
But I run into errors when I try
parameters = new UiPathOrchestratorApi.JobsStartJobsParameters (defined as UiPathOrchestratorApi.JobsStartJobsParameters)
parameters.StartInfo.NoOfRobots = 0
Anybody tips on this?