add_queue_item
Enqueue a new item into a UiPath Orchestrator queue by providing folder, queue name, and data, with optional priority and reference.
Instructions
Add a new item to a queue.
Args: folder_name: The display name of the folder. queue_name: The name of the queue. specific_content: Key-value pairs of data to store with the queue item. priority: Item priority — 'Low', 'Normal', or 'High' (default 'Normal'). reference: Optional reference string for tracking purposes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| priority | No | Normal | |
| reference | No | ||
| queue_name | Yes | ||
| folder_name | Yes | ||
| specific_content | Yes |