start_job
Initiates a UiPath process run using its release key. Allows optional assignment to specific robots and input parameters.
Instructions
Start a job for a UiPath process.
Args: process_key: The ReleaseKey of the process to start. robot_ids: Optional list of robot ids. If omitted, a modern dynamic allocation runs one job. input_arguments: Optional dict of input arguments passed to the process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| process_key | Yes | ||
| robot_ids | No | ||
| input_arguments | No |