Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Parameters for the Queue connector methods

Learn about the various parameters for the Queue connector methods in RPA Desktop Design Studio.

Parameter nameDescription
Name

Name of the work item. The name is recorded under the Name column in the Work Items tab in the RPA Hub.By default, all queue item names are unique. However, you can create duplicates by clearing the Is Work Item Name Unique check box on the Queue form. For more information, see, Queue form in RPA Hub.

After creation, you can find the work item under the Work Items tab of the queue, in RPA Hub.

TypeThe type of the work item. For example, for an accounting system queue, savings and current are types of accounts. To configure the input field, see Configure port properties.
Priority

Priority of execution:- Critical - High - Medium - Low

The assigned robot executes the bot process as per the defined priority in the work queue. The default priority is always High.

StageStage of the work item. Custom field to maintain different stages of the transaction.
SLAService Level Agreement \(SLA\) of the work item completion.
WorkItemIdUnique work item ID generated by the system.
IsNameExistsBoolean response to whether a duplicate work item exists.
RequestContentString content for the work item.
LimitThe maximum number of items the method will get. By default, the method gets 20 work items which you can increase up to 100.
TotalCountTotal count of the work items retrieved from the queue.
StatusStatus of the work item for the robot to select.By default, the status of the work item is always Pending.
ReleaseModeWhether the work item is released or still locked for the robot after execution. Types of release modes:- Release - Lock
ReturnBoolean response on whether the work item is released.
Exception Type

Type of the exception:- Application - For example, if an issue persists with an associated application such as SAP. - Business - For example, if an issue requires a manual intervention to fix it.

The auto retry functionality retries the work items based on the exception type.

If the Exception Type field is Application, then the work item is auto retried.

Enter inputs for parameters

To enter inputs for the parameters, see Configure port properties.

Parent Topic:Queue