Wait Queue Item
The Wait Queue Item component in Robbot RPA is used to wait for an item to appear in a queue. It allows you to pause the execution of your automation workflow until a specific item becomes available in the selected queue.
Parameters
Queues : Description: Select the queue where you expect the item to appear. Usage: Specify the name or identifier of the queue where you want to wait for an item. This parameter determines the queue to monitor. Type : String
TimeOut : Description: Insert the timeout duration in seconds. Usage: Provide the number of seconds as the timeout duration for waiting. The component will pause the execution of the workflow for the specified duration while monitoring the queue for the item to appear. Type : Double
Result : Description: Returns the status of performing the operation correctly. Usage: After executing the Wait Queue Item component, this parameter indicates whether the operation was performed successfully. The component will return a Boolean value of "true" if the item was found within the timeout duration, and "false" if the timeout elapsed before the item appeared. Type : Boolean
Usage
To use the Wait Queue Item component in your Robbot RPA project, follow these steps:
Drag and drop the Wait Queue Item component into your sequence or workflow.
Configure the component by providing the necessary inputs:
Select the queue where you expect the item to appear. Insert the timeout duration in seconds. Continue building your sequence or workflow by adding other components or actions as needed.
Execute your sequence or workflow. The Wait Queue Item component will pause the execution of the workflow and monitor the specified queue for the item to appear. The Result parameter will indicate whether the item was found within the timeout duration.
By incorporating the Wait Queue Item component into your automation workflow, you can efficiently wait for specific items to appear in a queue before proceeding with further actions, ensuring synchronized processing and automation of your business processes.