Google News
logo
Blue Prism - Interview Questions
Where are Tags used in Blue Prism?
Tags are keywords of terms assigned to the work queue items. These tags are used when you want to retrieve the next item from the work queue. You can also filter the items to be retrieved the presence or absence of a specific tag and by giving appropriate arguments to the Tag Filter input parameter of the Get Next item action. Multiple tags can be used by using semi-colons. 
 
Example :
“+Work Type1;+Student Type2;-Work Type2”
Here, the next item will have Work Type1 and Student Typ2 tags and will not have Work Type2 tags will be returned.
Advertisement