<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Work Queues in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Work-Queues/m-p/44695#M1090</link>
    <description>Yep it's do-able Gavin, you need the ID of the item you want rid of and then use the Delete Item action. If the duplicate is pending, you'll need to use Get Next Item to lock it, mark it complete (or exception), then delete it. To be thorough, you'd probably want to do this:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Get Exception Items using Key Filter, loop through resulting item IDs and delete each one&lt;/LI&gt;
&lt;LI&gt;Get Completed Items using Key Filter, loop through resulting item IDs and delete each one&lt;/LI&gt;
&lt;LI&gt;Get Next Item with Key Filter, Mark Complete, Delete, repeat until there are no more items with that key&lt;/LI&gt;
&lt;/UL&gt;
If the duplicate is locked by another DW, then you won't be able to delete it until it's released.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 13 Apr 2022 17:10:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2022-04-13T17:10:00Z</dc:date>
    <item>
      <title>Work Queues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queues/m-p/44693#M1088</link>
      <description>Good Day Team,&lt;BR /&gt;I would like to know if there is a way to remove an item from the queue when a duplicate is detected.&lt;BR /&gt;So I want to remove the item that is already in the queue when the Key is identified to already be in the queue.&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;Gavin&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gavin Rudling&lt;BR /&gt;Digital Consultant &amp;amp; Developer&lt;BR /&gt;Cog3nt&lt;BR /&gt;Africa/Johannesburg&lt;BR /&gt;0813906789&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2022 16:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queues/m-p/44693#M1088</guid>
      <dc:creator>GAVIN.RUDLING</dc:creator>
      <dc:date>2022-04-13T16:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Work Queues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queues/m-p/44694#M1089</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1340"&gt;@GAVIN.RUDLING&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;For removing items from the Queue is easy, use the Action "Delete Item" from the "Work Queues" Object.&lt;BR /&gt;&lt;BR /&gt;To check if exists any duplicate item, you can ask first if exists the key that you want to insert before insert it. Use the Action "Is Item in the Queue" from the same VBO.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This action gives you the posibility to filter one Work Queue with different parameters, and returns a flag and a collection with all the item ids that meet the criteria.&lt;BR /&gt;&lt;BR /&gt;You can make something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="19924.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20072i81A705A126F0D342/image-size/large?v=v2&amp;amp;px=999" role="button" title="19924.png" alt="19924.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Hope this helps you!!&lt;BR /&gt;&lt;BR /&gt;See you in the community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2022 17:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queues/m-p/44694#M1089</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-04-13T17:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Work Queues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queues/m-p/44695#M1090</link>
      <description>Yep it's do-able Gavin, you need the ID of the item you want rid of and then use the Delete Item action. If the duplicate is pending, you'll need to use Get Next Item to lock it, mark it complete (or exception), then delete it. To be thorough, you'd probably want to do this:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Get Exception Items using Key Filter, loop through resulting item IDs and delete each one&lt;/LI&gt;
&lt;LI&gt;Get Completed Items using Key Filter, loop through resulting item IDs and delete each one&lt;/LI&gt;
&lt;LI&gt;Get Next Item with Key Filter, Mark Complete, Delete, repeat until there are no more items with that key&lt;/LI&gt;
&lt;/UL&gt;
If the duplicate is locked by another DW, then you won't be able to delete it until it's released.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2022 17:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queues/m-p/44695#M1090</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2022-04-13T17:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Work Queues</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queues/m-p/44696#M1091</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV style="page: WordSection1"&gt; &lt;P style="margin: 0cm;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="font-size:10.5pt;font-family:&amp;quot;Calibri Light&amp;quot;,sans-serif;color:windowtext"&gt;Hi John, Thanks for the advice. Much appreciated.&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0cm;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="font-size:10.5pt;font-family:&amp;quot;Calibri Light&amp;quot;,sans-serif;color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0cm;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="font-size:10.5pt;font-family:&amp;quot;Calibri Light&amp;quot;,sans-serif;color:windowtext"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0cm;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="font-size:10.5pt;font-family:&amp;quot;Calibri Light&amp;quot;,sans-serif;color:windowtext"&gt;Gavin&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0cm;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #333333"&gt;&lt;SPAN style="font-size:10.5pt;font-family:&amp;quot;Calibri Light&amp;quot;,sans-serif;color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2022 17:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queues/m-p/44696#M1091</guid>
      <dc:creator>GAVIN.RUDLING</dc:creator>
      <dc:date>2022-04-13T17:15:00Z</dc:date>
    </item>
  </channel>
</rss>

