A group of actions: None


The action searches for elements and returns all found elements that match the specified conditions. If there are no suitable items in the queue, the action waits for them to appear for the time specified in the «Timeout, ms» field.

Action icon 

Settings 

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
GroupThe name of an existing queue group that contains the queue in which to search for elements.Robin.String Yes
QueueThe name of an existing queue in which elements will be searched.Robin.String Yes
TagsA collection of strings where each element is a separate queue element tag. The action will search among those elements that have at least one of the listed tags.Robin.Collection No
StatusThe status that the searched element should have.Robin.String Yes
Min. priorityThe minimum value of the search range for elements by priority. If the same value is specified in the «Max. priority» field, the search will be performed only among elements that have the specified value.Robin.Numeric No
Max. priorityThe maximum value of the search range for elements by priority. If the same value is specified in the «Min. priority» field, the search will be performed only among elements that have the specified value.Robin.Numeric No
Min. date and time of creationThe minimum value of the search range for elements by the date and time of its creation. If the same value is specified in the «Max. date and time of creation» field, the search will be performed only among elements that have the specified value.Robin.DateTime No
Max. date and time of creationThe maximum value of the search range for elements by the date and time of its creation. If the same value is specified in the «Min. date and time of creation» field, the search will be performed only among elements that have the specified value.Robin.DateTime No
Min. date and time of updateThe minimum value of the search range for items by the date and time it was updated. If the same value is specified in the «Max. update date and time» field, the search will be performed only among elements that have the specified value.Robin.DateTime No
Max. date and time of updateThe maximum value of the search range for items by the date and time it was updated. If the same value is specified in the «Min. update date and time» field, the search will only be performed among elements that have the specified value.Robin.DateTime No
Sorting typeThe sort type of the found elements. All found elements will be sorted and written in the same order to the collection returned by the action.Robin.String No
Disable readingIf the value is «true», the action will lock found elements for reading by other robots, and also hide them in the queue. Hidden elements will not be found by other robots when searching by condition.Robin.BooleantrueNo
Disable writingIf the value is «true», the action will block found elements from being updated for other robots. If one of them is already blocked for updating by another robot and has not been unblocked within the timeout, the action will return an error.Robin.BooleantrueNo
Finish item processingIf the value is «true», the action will get the content of the element and change its status to «Processed». In the new status, the element will become inaccessible to robots even by its ID.Robin.BooleantrueNo
Number of elementsThe number of elements that the action will return. The specified value is taken into account along with the value in the Cardinality Rule field.Robin.Numeric Yes
Rule for number of elementsA rule that specifies how to interpret the value from the Number of Items field. If «All» is selected, the action ignores the value from the «Number of elements» field and returns all found items.Robin.String Yes
Timeout, msTime to wait for the necessary elements to appear in the queue, as well as to release the write lock from them. If «-1» is specified, the action will wait indefinitely. The action will return an error if the item’s status is changed to «Processed» or «Error». Specified in milliseconds.Robin.Numeric No
Results
Dictionary collectionA collection in which each element is a dictionary containing data about one element of the queue: value (Value key), ID (Id key), tags (Tags key), priority (Priority key), creation date (CreationDate key) and update date (key UpdateDate).Robin.Collection  
  • Нет меток