Work queue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-01-23 07:24 AM
Am trying to get the number of exception items from BP queue with particular string under the Tag value using Get Report Data under the work queue object.
The Tag value is not unique and I am trying to pass it as query. Please let me know how to pass the input value of Tag as a query instead of a static string.
For ex, I want to get the items that has the word "Exception" in its Tag value in BP queue. BP version: 6.10.4
------------------------------
Analyst Engineer
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-01-23 11:32 PM
Have you checked the BP documentation relating to TAG usage? Does it help ?
https://bpdocs.blueprism.com/bp-6-10/en-us/control-queues.html?tocpath=Interface%7CControl%7C_____5
BR,
Henry
------------------------------
Henry Li
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-02-23 08:28 PM
You can use Work Queue Business Object, Get Exception Items Action.
Process will be like this:
Get Exception Items, Get Completed Items like this:
Than Exception Items Loop and Get Item Data like that:
Than You can merge data if you want...
------------------------------
Özenç Gezgin
Supervisor
Türkiye İş Bankası A.Ş.
Europe/Istanbul
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
a month ago
Hi @MeenaAmmaiyappa
If you want to retrieve items with tags including "Exception" in it, you can use wildcard character asterisk (*) as: "*Exception*"
And as you said you want exception items by using "Report Data" action, then you should specify value for Include exception items? as True
Here is the snippet of the "Report Data" action stage properties tab regarding the above:
And you also mentioned "trying to get the number of exception items", if this statement meant to get count of exception items, then under outputs tab in this action stage it has a parameter called Item count, place a store in value or data item to get the result of the count as shown:
I hope this solution helps.
