Add Queue Item
The Add Queue Item component in Robbot RPA allows you to add an item to a specified queue. This component is useful when you need to enqueue data or tasks for further processing or handling.
Parameters
Queues : Select the queue to which you want to add the item. This parameter allows you to choose the specific queue where you want to enqueue the item. Type : String Reference: Enter a reference text for the item. This parameter can be used to provide additional information or context about the item being added. Type : String Priority: Select the priority for the item. This parameter allows you to specify the priority level of the item within the queue. Common options for priority levels include "Low", "Medium", and "High". .Type : String Data: Add the item data in JSON format. This parameter allows you to provide the necessary data or payload for the item being added. You can format the data as a JSON string to include multiple fields and values. Type : String Result : Returns the status of the operation, indicating whether the item was successfully added to the queue. The component returns true if the item was added successfully, and false if any issues were encountered during the process. Type : Boolean
Usage
To use the Add Queue Item component in your Robbot RPA project, follow these steps:
Drag and drop the Add Queue Item component to the activity adding section of the Run Api Connect component.
Configure the component by providing the necessary inputs:
Select the desired queue where you want to add the item using the Queues parameter. Enter a reference text for the item using the Reference parameter. Choose the priority level for the item using the Priority parameter. Provide the item data in JSON format using the Data parameter. Continue building your sequence or workflow by adding other components or actions that utilize the enqueued item.
Execute your sequence or workflow. The Add Queue Item component will add the specified item to the selected queue, and the execution will continue with the subsequent components or actions.
By utilizing the Robbot RPA Add Queue Item component, you can efficiently enqueue data or tasks for further processing or handling, allowing for effective management and execution of automated workflows.