<?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: Queue Priority in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Queue-Priority/m-p/91625#M2588</link>
    <description>Thank you so much, can you give me an example where changing priority is needed?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sanaa Fallah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Sun, 20 Feb 2022 12:10:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-20T12:10:00Z</dc:date>
    <item>
      <title>Queue Priority</title>
      <link>https://community.blueprism.com/t5/University-Forum/Queue-Priority/m-p/91623#M2586</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Could anyone explain what is queue priority, how to change it and what numbers in priority means?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and what is the difference between Set Priority Action and Priority Input in Add To Queue Action?
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33646.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37401i14B5C99A358B34DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="33646.png" alt="33646.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sanaa Fallah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Feb 2022 10:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Queue-Priority/m-p/91623#M2586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-20T10:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Queue Priority</title>
      <link>https://community.blueprism.com/t5/University-Forum/Queue-Priority/m-p/91624#M2587</link>
      <description>Hi Sanaa,&lt;BR /&gt;&lt;BR /&gt;Queue Priority indicates that in which order the item would be picked up first that is present in a queue. If you don't mention, any priority then by default that item is added with a priority '0' which is the highest default priority as you increase the numbers from 0, the priority will decrease. Example, if three items have priority 0, 1 and 2 then the item having priority '0' will be picked up first then '1' and then '2'. If two or more items have the same priority then, the item that got added first will be picked up among those by following the FIFO (FIRST IN FIRST OUT) algorithm.&lt;BR /&gt;&lt;BR /&gt;The 'Priority' input in 'Add Item To Queue' action gives you the functionality to set the priority while adding the item to the queue whereas 'Set Priority' action gives you the freedom to change the priority of the item while working on it in between your process flow by supplying the Item ID of the currently worked item and the priority level.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Feb 2022 11:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Queue-Priority/m-p/91624#M2587</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-02-20T11:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Queue Priority</title>
      <link>https://community.blueprism.com/t5/University-Forum/Queue-Priority/m-p/91625#M2588</link>
      <description>Thank you so much, can you give me an example where changing priority is needed?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sanaa Fallah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Feb 2022 12:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Queue-Priority/m-p/91625#M2588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-20T12:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Queue Priority</title>
      <link>https://community.blueprism.com/t5/University-Forum/Queue-Priority/m-p/91626#M2589</link>
      <description>Hi Sanaa,&lt;BR /&gt;&lt;BR /&gt;It depends on the SLA (Service Level Agreement) and TAT (Turn Around Time) of any particular transaction. Every business has a Service Level Agreement of some sort that they need to meet for their respective process. &lt;BR /&gt;&lt;BR /&gt;I can give you an example from one of my prior projects which was in Banking and Finance domain. Here we needed to automate the control testing for Account Payables section for this specific client. Now here the transactions came with respect to the risk level associated any specific control as HIGH, MEDIUM and LOW. Now as per business, the HIGH risk items need to be processed anyhow within a day while the MEDIUM risk items can take 1-2 days and LOW risk items can take up to 3-4 days. So in our automation solution we identified how to extract risk associated with any particular transaction which was a specific column in SAP having values as 'HIGH', 'MEDIUM' and 'LOW'. &lt;BR /&gt;&lt;BR /&gt;Based on this value while adding the items to the queue we would set the priority as '0' for LOW, '1' for MEDIUM, '2' for LOW and this way Bot would first process all the high risk items, then the medium ones and at the end the low ones.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Feb 2022 12:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Queue-Priority/m-p/91626#M2589</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-02-20T12:41:00Z</dc:date>
    </item>
  </channel>
</rss>

