<?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: How to get the total number of published process in blue prism in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-the-total-number-of-published-process-in-blue-prism/m-p/101787#M48661</link>
    <description>Hi Shivaraj,&lt;BR /&gt;&lt;BR /&gt;You can try to execute the below query to get the desired result:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36827.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36836i9753F1C7618F2DB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="36827.png" alt="36827.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-sql"&gt;&lt;CODE&gt;SELECT COUNT(*) AS PUBLISHED_PROCESS_COUNT FROM [blueprism].[dbo].[BPAProcess] 
WHERE [AttributeID] IN (SELECT [AttributeID] FROM [blueprism].[dbo].[BPAProcessAttribute] WHERE [AttributeName] = 'Published')​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Basically what this query does is it will try to look for the count of '&lt;STRONG&gt;AttributeID&lt;/STRONG&gt;' column in your '&lt;STRONG&gt;BPAProcess&lt;/STRONG&gt;' table where the '&lt;STRONG&gt;AttributeID&lt;/STRONG&gt;' column mapping is present in the '&lt;STRONG&gt;BPAProcessAttribute&lt;/STRONG&gt;' table where it indicates that the value '2' is equivalent to being published:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36828.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36842iD2C30A72AE4C875B/image-size/large?v=v2&amp;amp;px=999" role="button" title="36828.png" alt="36828.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;----------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Devneet Mohanty&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WonderBotz India Pvt. Ltd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Website:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://devneet.github.io/" target="_blank" rel="noopener"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Email:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="mailto:devneetmohanty07@gmail.com" target="_blank" rel="noopener"&gt;devneetmohanty07@gmail.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;----------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2022 12:50:58 GMT</pubDate>
    <dc:creator>devneetmohanty07</dc:creator>
    <dc:date>2022-05-26T12:50:58Z</dc:date>
    <item>
      <title>How to get the total number of published process in blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-the-total-number-of-published-process-in-blue-prism/m-p/101785#M48659</link>
      <description>How to get the total number of published processes in blue prism using query on SQL database</description>
      <pubDate>Thu, 26 May 2022 10:37:38 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-get-the-total-number-of-published-process-in-blue-prism/m-p/101785#M48659</guid>
      <dc:creator>Shivaraj_kumar2</dc:creator>
      <dc:date>2022-05-26T10:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the total number of published process in blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-the-total-number-of-published-process-in-blue-prism/m-p/101786#M48660</link>
      <description>This asset can be used &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/process-information-utility-3" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/process-information-utility-3&lt;/A&gt;</description>
      <pubDate>Thu, 26 May 2022 10:54:34 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-get-the-total-number-of-published-process-in-blue-prism/m-p/101786#M48660</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2022-05-26T10:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the total number of published process in blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-the-total-number-of-published-process-in-blue-prism/m-p/101787#M48661</link>
      <description>Hi Shivaraj,&lt;BR /&gt;&lt;BR /&gt;You can try to execute the below query to get the desired result:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36827.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36836i9753F1C7618F2DB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="36827.png" alt="36827.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-sql"&gt;&lt;CODE&gt;SELECT COUNT(*) AS PUBLISHED_PROCESS_COUNT FROM [blueprism].[dbo].[BPAProcess] 
WHERE [AttributeID] IN (SELECT [AttributeID] FROM [blueprism].[dbo].[BPAProcessAttribute] WHERE [AttributeName] = 'Published')​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Basically what this query does is it will try to look for the count of '&lt;STRONG&gt;AttributeID&lt;/STRONG&gt;' column in your '&lt;STRONG&gt;BPAProcess&lt;/STRONG&gt;' table where the '&lt;STRONG&gt;AttributeID&lt;/STRONG&gt;' column mapping is present in the '&lt;STRONG&gt;BPAProcessAttribute&lt;/STRONG&gt;' table where it indicates that the value '2' is equivalent to being published:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36828.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36842iD2C30A72AE4C875B/image-size/large?v=v2&amp;amp;px=999" role="button" title="36828.png" alt="36828.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;----------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Devneet Mohanty&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WonderBotz India Pvt. Ltd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Website:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://devneet.github.io/" target="_blank" rel="noopener"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Email:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="mailto:devneetmohanty07@gmail.com" target="_blank" rel="noopener"&gt;devneetmohanty07@gmail.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;----------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 12:50:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-get-the-total-number-of-published-process-in-blue-prism/m-p/101787#M48661</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-26T12:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the total number of published process in blue prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-get-the-total-number-of-published-process-in-blue-prism/m-p/101788#M48662</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/55688"&gt;@Shivaraj_kumar2&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Just checking if you were able to resolve your issue?​</description>
      <pubDate>Mon, 30 May 2022 08:05:34 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-get-the-total-number-of-published-process-in-blue-prism/m-p/101788#M48662</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-30T08:05:34Z</dc:date>
    </item>
  </channel>
</rss>

