Skip to main content

Clear Queue Items

The Clear Queue Items component in Robbot RPA allows you to remove all items from a specified queue. Queues are used to store and manage data or tasks in a sequential manner. With the Clear Queue Items component, you can easily clear all items in a queue, providing a clean slate for new data or tasks to be added.

Parameters

Queues : Select the queue that you want to clear. This parameter allows you to choose the specific queue from which you want to remove all items. Type : String

Result : Returns the status of the operation. The component will return true if the operation is performed successfully, indicating that all items in the selected queue have been cleared. Conversely, it will return false if any issues were encountered during the process. Type : Boolean

Usage

To use the Clear Queue Items component in your Robbot RPA project, follow these steps:

Drag and drop the Clear Queue Items component to the activity adding section of the Run Api Connect component.

Configure the component by providing the necessary inputs:

Select the queue you want to clear using the Queues parameter. Continue building your sequence or workflow by adding other components or actions.

Execute your sequence or workflow. The Clear Queue Items component will remove all items from the selected queue, providing a clean state for new data or tasks.

By incorporating the Robbot RPA Clear Queue Items component into your automation workflow, you can easily clear queues and ensure a fresh start for new data or tasks, improving the efficiency and organization of your automation processes.