Parameters for the Queue connector methods

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:3分
  • Learn about the various parameters for the Queue connector methods in RPA Desktop Design Studio.

    表 : 1. Parameters for the Queue connector methods
    Parameter name Description
    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.

    Type The 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.
    Stage Stage of the work item.

    Custom field to maintain different stages of the transaction.

    SLA Service Level Agreement (SLA) of the work item completion.
    WorkItemId Unique work item ID generated by the system.
    IsNameExists Boolean response to whether a duplicate work item exists.
    RequestContent String content for the work item.
    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.
    TotalCount Total count of the work items retrieved from the queue.
    Status Status of the work item for the robot to select.

    By default, the status of the work item is always Pending.

    ReleaseMode Whether the work item is released or still locked for the robot after execution. Types of release modes:
    • Release
    • Lock
    Return Boolean 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.