<?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 find out the retire date of a process? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-find-out-the-retire-date-of-a-process/m-p/67920#M20525</link>
    <description>In the Control Room, is there a way to find out when a particular process was retired and when it was last run?&amp;nbsp; Thanks!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John L&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 24 Jan 2020 21:09:00 GMT</pubDate>
    <dc:creator>JohnLee</dc:creator>
    <dc:date>2020-01-24T21:09:00Z</dc:date>
    <item>
      <title>How to find out the retire date of a process?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-find-out-the-retire-date-of-a-process/m-p/67920#M20525</link>
      <description>In the Control Room, is there a way to find out when a particular process was retired and when it was last run?&amp;nbsp; Thanks!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John L&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jan 2020 21:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-find-out-the-retire-date-of-a-process/m-p/67920#M20525</guid>
      <dc:creator>JohnLee</dc:creator>
      <dc:date>2020-01-24T21:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to find out the retire date of a process?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-find-out-the-retire-date-of-a-process/m-p/67921#M20526</link>
      <description>The last run date will be in the list of session in control room, assuming the last session record has not been archived. You can apply a filter on the process name to list all the sessions for that process.&lt;BR /&gt;&lt;BR /&gt;Retirement is a status rather than a date, so you won't find a date in control room, or as far as I can see, in the DB.&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>Tue, 28 Jan 2020 10:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-find-out-the-retire-date-of-a-process/m-p/67921#M20526</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-01-28T10:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to find out the retire date of a process?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-find-out-the-retire-date-of-a-process/m-p/67922#M20527</link>
      <description>Thanks John!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John L&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2020 20:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-find-out-the-retire-date-of-a-process/m-p/67922#M20527</guid>
      <dc:creator>JohnLee</dc:creator>
      <dc:date>2020-01-29T20:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to find out the retire date of a process?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-find-out-the-retire-date-of-a-process/m-p/67923#M20528</link>
      <description>If you are good with SQL, You can probably write a SQL query on [BPAAuditEvents] table&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SELECT [eventdatetime]&lt;BR /&gt; ,[sNarrative]&lt;BR /&gt; ,[comments]&lt;BR /&gt;FROM [dbo].[BPAAuditEvents] where sNarrative like '%retired%' order by [eventdatetime] desc&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14255.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14419iBEFBF297C1C0073C/image-size/large?v=v2&amp;amp;px=999" role="button" title="14255.png" alt="14255.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;CoE Lead Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;&lt;A href="http://www.rpatools.com/" target="test_blank"&gt;http://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;"If you like this post, please press the "Recommend" Button.&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2020 08:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-find-out-the-retire-date-of-a-process/m-p/67923#M20528</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2020-02-04T08:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to find out the retire date of a process?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-find-out-the-retire-date-of-a-process/m-p/67924#M20529</link>
      <description>Thanks Vivek!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Lee&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2020 14:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-find-out-the-retire-date-of-a-process/m-p/67924#M20529</guid>
      <dc:creator>JohnLee</dc:creator>
      <dc:date>2020-02-04T14:19:00Z</dc:date>
    </item>
  </channel>
</rss>

