<?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: Query to Fetch Process Name from Object Name in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Query-to-Fetch-Process-Name-from-Object-Name/m-p/96091#M44459</link>
    <description>Hello Paul - i m looking all Processes referencing to that object by SQL Query method</description>
    <pubDate>Wed, 24 Aug 2022 16:13:50 GMT</pubDate>
    <dc:creator>Neel1</dc:creator>
    <dc:date>2022-08-24T16:13:50Z</dc:date>
    <item>
      <title>Query to Fetch Process Name from Object Name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Query-to-Fetch-Process-Name-from-Object-Name/m-p/96089#M44457</link>
      <description>Hello Guys- i am looking for a SQL query to be run in DB to get Process Name on specifying the object name.</description>
      <pubDate>Wed, 24 Aug 2022 09:27:56 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Query-to-Fetch-Process-Name-from-Object-Name/m-p/96089#M44457</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2022-08-24T09:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Query to Fetch Process Name from Object Name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Query-to-Fetch-Process-Name-from-Object-Name/m-p/96090#M44458</link>
      <description>Hi N,&lt;BR /&gt;&lt;BR /&gt;Would that be:&lt;BR /&gt;All Processes that reference to the Object&lt;BR /&gt;or&lt;BR /&gt;The currently running Process that called the Object?</description>
      <pubDate>Wed, 24 Aug 2022 10:01:15 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Query-to-Fetch-Process-Name-from-Object-Name/m-p/96090#M44458</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2022-08-24T10:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Query to Fetch Process Name from Object Name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Query-to-Fetch-Process-Name-from-Object-Name/m-p/96091#M44459</link>
      <description>Hello Paul - i m looking all Processes referencing to that object by SQL Query method</description>
      <pubDate>Wed, 24 Aug 2022 16:13:50 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Query-to-Fetch-Process-Name-from-Object-Name/m-p/96091#M44459</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2022-08-24T16:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Query to Fetch Process Name from Object Name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Query-to-Fetch-Process-Name-from-Object-Name/m-p/96092#M44460</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="c5e63ea0-81f8-48b9-bde7-b9fabd8876b1" data-tag-text="@Neeraj Kumar" href="https://community.blueprism.com/network/profile?UserKey=c5e63ea0-81f8-48b9-bde7-b9fabd8876b1" data-itemmentionkey="4730e6bd-0760-43ad-9ae0-2fbfc2ba064e"&gt;@Neeraj Kumar&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Here's a kickstart for you:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-plsql"&gt;&lt;CODE&gt;SELECT [name] FROM [BPTest].[dbo].[BPAProcess] WHERE ([ProcessType] = 'P' AND [processxml] LIKE '%&amp;lt;resource object="Utility - HTTP"%');​&lt;/CODE&gt;&lt;/PRE&gt;
​&lt;BR /&gt;I used the &lt;STRONG&gt;Utility - HTTP&lt;/STRONG&gt; VBO as a test. Seems to work. You'll want to make the VBO name configurable as well as the database name (BPTest in my case) and possibly the DB schema depending on your environment.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; This will only return the processes that use the target VBO at the top level. In other words, if those processes use a VBO that uses the target VBO as a child, those won't be returned. Hopefully that makes sense.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 24 Aug 2022 21:30:48 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Query-to-Fetch-Process-Name-from-Object-Name/m-p/96092#M44460</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-08-24T21:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Query to Fetch Process Name from Object Name</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Query-to-Fetch-Process-Name-from-Object-Name/m-p/96093#M44461</link>
      <description>Thanks &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; - it worked fine.​</description>
      <pubDate>Mon, 03 Oct 2022 09:04:55 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Query-to-Fetch-Process-Name-from-Object-Name/m-p/96093#M44461</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2022-10-03T09:04:55Z</dc:date>
    </item>
  </channel>
</rss>

