UiPath · Example Payload

Orchestrator Start Info Example

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

Orchestrator Start Info Example is an example object payload from UiPath, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ReleaseKeyStrategyRobotIdsNoOfRobotsSourceInputArgumentsJobPriority

Example Payload

Raw ↑
{
  "ReleaseKey": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "Strategy": "All",
  "RobotIds": [
    38
  ],
  "NoOfRobots": 79,
  "Source": "Manual",
  "InputArguments": "example-value",
  "JobPriority": "Low"
}