<?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: Duration By Step in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82688#M34072</link>
    <description>Thanks for answers Paul, Denis, I thouth that, but with this, I need ​​keep the log session historically, and I may have problems with my database and I was getting an alternative way instead of using the Session&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Cons, Intelligent automation&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Feb 2023 17:21:00 GMT</pubDate>
    <dc:creator>EmersonF</dc:creator>
    <dc:date>2023-02-08T17:21:00Z</dc:date>
    <item>
      <title>Duration By Step</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82685#M34069</link>
      <description>&lt;P&gt;Hello everyone, i was thouth, how i can make a metric look like "how long the automation took on a page",&amp;nbsp;&lt;BR /&gt;The log session can i help with this? Or exist another form?&lt;/P&gt;
&lt;P&gt;Anyone has similar something?&lt;BR /&gt;&lt;BR /&gt;I Need put this metric on my dashboard for the sustain team&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Cons, Intelligent automation&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2023 14:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82685#M34069</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2023-02-03T14:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Duration By Step</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82686#M34070</link>
      <description>The log session will contain this if start and end stages are being logged but that depends upon the structure of your solution (do your actions contain multiple screens or can a screen have multiple actions??).&amp;nbsp; If so you might be able to extract this data from session logs but it will be difficult,&amp;nbsp; session logs are just a big blob of data difficult to find what you want in.&amp;nbsp; To find things easier in session logs we used to add note stages in a specific format easy to search for and extract,&amp;nbsp; for example - "** STATUS NOTE:&amp;nbsp; Screen x action started **".&amp;nbsp; If you are using session logs not that Blue Prism recommend you are using Data Gateways rather than reporting directly on a production database.&lt;BR /&gt;&lt;BR /&gt;A better solution is to poke out data you want to a better MI repository from your robot solution to an MI database or solution of your choice and in your preferred format.</description>
      <pubDate>Mon, 06 Feb 2023 13:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82686#M34070</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2023-02-06T13:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Duration By Step</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82687#M34071</link>
      <description>Hi Emerson,&lt;BR /&gt;&lt;BR /&gt;You can easily take out any session log in XL, this will include the TimeStamp for each stage. As Denis suggested, you compare the TiemStamps of the Start and End stages for a given page and you have what you are looking for.&lt;BR /&gt;&lt;BR /&gt;I reckon you could write a process to do the above for a number of runs/processes in an automated fashion and at higher speed to get better stats.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;---------------&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2023 13:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82687#M34071</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-02-06T13:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Duration By Step</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82688#M34072</link>
      <description>Thanks for answers Paul, Denis, I thouth that, but with this, I need ​​keep the log session historically, and I may have problems with my database and I was getting an alternative way instead of using the Session&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Cons, Intelligent automation&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Feb 2023 17:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82688#M34072</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2023-02-08T17:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Duration By Step</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82689#M34073</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;Emerson,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Indeed, keeping session logs available eats disk space. We get to keep our logs a few weeks before they are purged.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Still during this time you could collect the data you need and put it in a new separate database. The database being either a real database, an XL, or a .txt file. As the scheduler for any process usually is a set of processes to be run (set resolution, logout, login, run process, ...), you could easily add a new process that does the session log data extraction and save after each run.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;---------------&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Feb 2023 07:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82689#M34073</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-02-09T07:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Duration By Step</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82690#M34074</link>
      <description>&lt;P&gt;Hello Paul, thanks for informations!!&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Cons, Intelligent automation&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Feb 2023 13:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Duration-By-Step/m-p/82690#M34074</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2023-02-09T13:33:00Z</dc:date>
    </item>
  </channel>
</rss>

