Orchestrator trigger run

You can do that by performing a POST Rest API call for ​/odata​/ProcessSchedules

Example of payload:

{
  "Name": "Test_trigger",
  "Enabled": true,
  "StartStrategy": 1,
  "SpecificPriorityValue": null,
  "JobPriority": null,
  "RuntimeType": "Unattended",
  "InputArguments": "{}",
  "ResumeOnSameContext": false,
  "StopProcessExpression": "",
  "RunAsMe": false,
  "IsConnected": false,
  "UseCalendar": false,
  "StartProcessCronDetails": "{\"type\":0,\"minutely\":{\"atMinute\":1},\"hourly\":{},\"daily\":{},\"weekly\":{\"weekdays\":[]},\"monthly\":{\"weekdays\":[]},\"advancedCronExpression\":\"\"}",
  "StartProcessCron": "0 0/1 * 1/1 * ? *",
  "ExecutorRobots": [],
  "ReleaseId": 642942,
  "ReleaseName": "ActionsExample",
  "TimeZoneId": "GTB Standard Time",
  "StopProcessDate": null,
  "ExternalJobKey": "",
  "MachineRobots": []
}

Results in Orchestrator:

More details here:

https://cloud.uipath.com/ORG_NAME/TENANT_NAME/orchestrator_/swagger/index.html#/ProcessSchedules/ProcessSchedules_Post