Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-08-20 04:09 AM
Hello everyone,
"Get Exception Items" from Internal "Work Queues" BO is not giving correct results. For example, I have 3 exceptions. I retried 1 and marked that too as exception. So, total 4 exceptions in my queue. When I call the "Get Exception Items" method, it's giving me only 1 as output. It's taking the highest attempt number and giving only those results.
------------------------------
Pavan Immadisetty
------------------------------
"Get Exception Items" from Internal "Work Queues" BO is not giving correct results. For example, I have 3 exceptions. I retried 1 and marked that too as exception. So, total 4 exceptions in my queue. When I call the "Get Exception Items" method, it's giving me only 1 as output. It's taking the highest attempt number and giving only those results.
------------------------------
Pavan Immadisetty
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-08-20 09:12 PM
The Item ID is linked between the different attempts of an item. In that sense, Get Exception Items is giving you the correct result - a single Item ID - since all four attempts have the same one. There is not a way that I know of to traverse each individual attempt within the default Blue Prism objects. If you are looking to capture the number of attempts, you can use Get Report Data and set the "Treat each attempt separately?" parameter to true; that will count each attempt as a separate item for reporting purposes.
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-08-20 09:12 PM
The Item ID is linked between the different attempts of an item. In that sense, Get Exception Items is giving you the correct result - a single Item ID - since all four attempts have the same one. There is not a way that I know of to traverse each individual attempt within the default Blue Prism objects. If you are looking to capture the number of attempts, you can use Get Report Data and set the "Treat each attempt separately?" parameter to true; that will count each attempt as a separate item for reporting purposes.
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
