Parameters for the Queue connector methods
Learn about the various parameters for the Queue connector methods in RPA Desktop Design Studio.
| Parameter name | Description | Mandatory? |
|---|---|---|
| Name | Name of the work item. The name is recorded under the Name column in the Work Queue Items tab in the RPA Hub. By default, all queue item names are unique. However, you can create duplicates by clearing the Is Queue Item Name Unique check box on the Queue form. After creation, you can find the work item under the Work Items tab of the queue. By default, the status of the work item is always Pending. |
Yes |
| Type | Description under the Type field of the Details tab in RPA Hub . | Yes |
| Priority | Priority of execution. The default priority is always High. | Yes |
| Stage | Status of the work item execution. | Yes |
| SLA | Time line to complete the work item execution. | No |
| WorkItemId | Unique work item ID generated by the method. | Not applicable |
| IsNameExists | Boolean response to whether a duplicate work item exists. | Not applicable |
| RequestContent | String content for the work item. | Yes |
| Limit | The maximum number of items the method will get. By default, the method gets 20 work items which you can increase up to 100. | No |
| TotalCount | Total count of the work items retrieved from the queue. | Not applicable |
| Priority | Priority of the work item for the bot to select. | Yes |
| Status | Status of the work item for the bot to select. | Yes |
| WorkItemID | ID of the work item that was picked by the bot. | Not applicable |
| RequestContent | String that specifies the work item details. | Not applicable |
| WorkItemID | ID of the work item that will be updated after an execution. | Yes |
| RequestContent | String that is accepted to update the work item. | Yes |
| ReleaseMode | Whether the work item is released or still locked for the robot after execution. | Yes |
| Priority | Work item priority after an execution. | Yes |
| Status | Status after an execution. | Not applicable |
| WorkItemId | Work item ID that will be released. | Yes |
| Return | Boolean response on whether the work item is released. | Not applicable |
| Exception Type | Type of the exception:
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. |
Yes |
Enter inputs for parameters
To enter inputs for the parameters, see Configure port properties.