Skip to main content

Set Queue Item Status

Set Queue Item Status

The Set Queue Item Status component is used in the Robbot RPA project to change the current state of items in a queue. It allows you to update the status of specific items within a selected queue.

Parameters

Queues : Description: Select the queue where the items are located. Usage: Specify the name or identifier of the queue where the items are stored. This parameter determines the queue on which the status change will be performed. Type : String Items : Description: Select the item(s) in the queue for which you want to change the status. Usage: Specify the item(s) in the queue for which you want to update the status. This parameter allows you to select the specific item(s) based on their identifiers, names, or any other relevant criteria. Type : String Status: Description: Select the state you want to change the item(s) to. Usage: Choose the desired state to which you want to change the item(s) in the queue. This parameter allows you to define the new status for the selected item(s), such as "In Progress," "Completed," "Failed," or any other relevant status. Type : String Result : Description: Returns the status of performing the operation correctly. Usage: After executing the Set Queue Item Status component, this parameter will indicate whether the status change operation was performed successfully or not. The component will return a Boolean value of "true" if the operation was successful, and "false" if any issues were encountered. Type : Boolean

Usage

To use the Set Queue Item Status component in your Robbot RPA project, follow these steps:

Drag and drop the Set Queue Item Status component to the activity adding section of the Run Api Connect component.

Configure the component by providing the necessary inputs:

Select the queue where the items are located. Specify the item(s) in the queue for which you want to change the status. Choose the desired state to which you want to change the item(s). Continue building your sequence or workflow by adding other components or actions as needed.

Execute your sequence or workflow. The Set Queue Item Status component will update the status of the selected item(s) in the specified queue. The result parameter will indicate the success or failure of the status change operation.

By incorporating the Set Queue Item Status component into your automation workflow, you can efficiently manage and track the status of your queued items, ensuring smooth and effective processing of your business tasks.

That concludes the documentation for the Set Queue Item Status component in Robbot RPA. Use this component to update the status of specific items in your queues according to your business requirements.