Apps
latest
false
Banner background image
Apps User Guide
Last updated Apr 18, 2024

Referencing a Queue in Your App

To create better, more complex apps, UiPath® Apps can connect and interact with queues from UiPath® Orchestrator.

Referencing a Queue From Orchestrator

Once a queue has been created in Orchestrator, you can reference that queue from an app.

Note:
Apps can reference only the queues that were created using a Specific Data JSON Schema file.
docs image
An example of a schema definition:
{
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "The Root Schema",
    "required": [
        "name"
    ],
    "properties": {
        "name": {
            "type": "string"
        },
        "isPermanent": {
            "type": "boolean"
        },
        "age": {
            "type": "number"
        },
        "department": {
            "type": "string",
            "enum": ["Sales", "Marketing", "HR"]
        }
        }
    }{
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "The Root Schema",
    "required": [
        "name"
    ],
    "properties": {
        "name": {
            "type": "string"
        },
        "isPermanent": {
            "type": "boolean"
        },
        "age": {
            "type": "number"
        },
        "department": {
            "type": "string",
            "enum": ["Sales", "Marketing", "HR"]
        }
        }
    }

The following example shows you how to add an existing queue to an app:

  1. From an existing app in App Studio, expand the dropdown menu at the right of the Add control button.
  2. Select Queue.



  3. A list of tenants for the current account is displayed. Select the tenant that hosts the entities you need to import, then click Next.



  4. The Add queue wizard opens, displaying the list of queues in the selected tenant. Highlighting a queue displays its contents.
  5. Select one or more queues. The right-hand panel displays the list of properties of the highlighted queue.



  6. Check the box next to the queue you want to use in your app and click Add.

Note: Queue permissions are managed in Orchestrator. Make sure you have the right permissions for the queue you want to add from Orchestrator.

Updating a Referenced Queue

To update a referenced queue whose schema was changed, follow these steps:

  1. From the Queues section in the tree view, select the queue you want to update.

  2. Click on the Refresh icon.



  • Referencing a Queue From Orchestrator
  • Updating a Referenced Queue

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.