<?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 How to set each virtual worker to only pick specific priority items. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-set-each-virtual-worker-to-only-pick-specific-priority/m-p/54520#M9027</link>
    <description>How to set each virtual worker to only pick a specific priority item.&lt;BR /&gt;For e.g. BOT1 - 0 Priority items, BOT2 - 1 priority items.&lt;BR /&gt;&lt;BR /&gt;I do not want to use different queues and I've set up different priority items in the same queue.&lt;BR /&gt;&lt;BR /&gt;Also, I do not wanna lock items one by one and decide if it is desired priority or not.&lt;BR /&gt;&lt;BR /&gt;I'm looking for a direct way to handle this scenario.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 01 Feb 2022 19:19:00 GMT</pubDate>
    <dc:creator>Tejaskumar_Darji</dc:creator>
    <dc:date>2022-02-01T19:19:00Z</dc:date>
    <item>
      <title>How to set each virtual worker to only pick specific priority items.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-set-each-virtual-worker-to-only-pick-specific-priority/m-p/54520#M9027</link>
      <description>How to set each virtual worker to only pick a specific priority item.&lt;BR /&gt;For e.g. BOT1 - 0 Priority items, BOT2 - 1 priority items.&lt;BR /&gt;&lt;BR /&gt;I do not want to use different queues and I've set up different priority items in the same queue.&lt;BR /&gt;&lt;BR /&gt;Also, I do not wanna lock items one by one and decide if it is desired priority or not.&lt;BR /&gt;&lt;BR /&gt;I'm looking for a direct way to handle this scenario.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2022 19:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-set-each-virtual-worker-to-only-pick-specific-priority/m-p/54520#M9027</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-02-01T19:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to set each virtual worker to only pick specific priority items.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-set-each-virtual-worker-to-only-pick-specific-priority/m-p/54521#M9028</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You can achieve that&amp;nbsp; by setting tags for your queue items. e.g. when you're populating a queue with 0 Priority items, at the same time assign '0 Priority' tags to those items as well. Similarly for '1 Priority'.&lt;BR /&gt;Now you can create a mapping for which bot to pick up which priority in your Get Next Item action by setting that tag value as input.&lt;BR /&gt;so if the runtime resource A is mapped to only deal with '0 Priority' items, it will never lock any other priority items in that same queue.&lt;BR /&gt;&lt;BR /&gt;However, make sure that you use a limited amount of tag variations because if handled carelessly they can end creating a lot of slowness, memory issues.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Harpreet Kaur Product Consultant&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2022 22:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-set-each-virtual-worker-to-only-pick-specific-priority/m-p/54521#M9028</guid>
      <dc:creator>HarpreetKaur</dc:creator>
      <dc:date>2022-02-01T22:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to set each virtual worker to only pick specific priority items.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-set-each-virtual-worker-to-only-pick-specific-priority/m-p/54522#M9029</link>
      <description>Tejaskurmar,&lt;BR /&gt;It does not appear that you are using the Priority value to prioritize, rather to sort or filter.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Harpreet's recommondation of using Tags will absolutely work, but I also agree that Tags can be a bit finicky.&amp;nbsp; I do, however, tend to use Tags to make sure that the work units are moving forward in the process (I use the Status value to more clearly indicate where the work unit is in its progression as well, but since you cannot use the Status value to select a work unit, I end up duplicating the Status in the Tag field).&lt;BR /&gt;&lt;BR /&gt;All that said, if you are truly looking to have the work units processed in parallel by separate machines, I would probably recommend creating discrete workqueues.&amp;nbsp; You can still build in Process logic to state that if all of the items in Work Queue A are completed (or deferred) then move onto Work Queue B to assist.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I am curious as to why you would want a specific bot to cover one set of items, and a different specific bot to process a different set of items.&amp;nbsp; We do our best to keep the Bots provisioned identically, so there would be no inherent advantage.&amp;nbsp; In any case, maybe you could look at having the Bots assigned to the available work queues (or by Tags) in a First-In-First-Out method.&amp;nbsp; To my mind, this could utilize yet another work queue (as a controller/gate keeper) or you could do something like a text file saved to a specific location to indicate which queue the Bot should work.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Red&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Robert "Red" Stephens&lt;BR /&gt;Application Developer, RPA&lt;BR /&gt;Sutter Health&lt;BR /&gt;Sacramento, CA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Feb 2022 15:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-set-each-virtual-worker-to-only-pick-specific-priority/m-p/54522#M9029</guid>
      <dc:creator>stepher</dc:creator>
      <dc:date>2022-02-02T15:45:00Z</dc:date>
    </item>
  </channel>
</rss>

