<?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 Exceptions in VBO's in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Exceptions-in-VBO-s/m-p/57288#M11316</link>
    <description>Hello Everyone,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This might be BP 101, but I want to be sure. We have a process that on occasion exceptions out in the VBO when trying to click something on a page. Is it a best practice to have these email notifications coming out of the VBO after its final retry? Currently, we have a catch all in the process that is not capturing this.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your thoughts.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Efrain A. Cintron&lt;BR /&gt;Sr. Business Analyst&lt;BR /&gt;Kforce&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Oct 2019 12:18:00 GMT</pubDate>
    <dc:creator>EfrainCintron</dc:creator>
    <dc:date>2019-10-24T12:18:00Z</dc:date>
    <item>
      <title>Exceptions in VBO's</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exceptions-in-VBO-s/m-p/57288#M11316</link>
      <description>Hello Everyone,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This might be BP 101, but I want to be sure. We have a process that on occasion exceptions out in the VBO when trying to click something on a page. Is it a best practice to have these email notifications coming out of the VBO after its final retry? Currently, we have a catch all in the process that is not capturing this.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your thoughts.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Efrain A. Cintron&lt;BR /&gt;Sr. Business Analyst&lt;BR /&gt;Kforce&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Oct 2019 12:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exceptions-in-VBO-s/m-p/57288#M11316</guid>
      <dc:creator>EfrainCintron</dc:creator>
      <dc:date>2019-10-24T12:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exceptions in VBO's</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exceptions-in-VBO-s/m-p/57289#M11317</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;From experience it is good practice to handle all exceptions inside the process, and not in the objects (VBOs).&lt;BR /&gt;1) It makes solutions easier to maintain, as you would be sure that you are handling errors and recover from them inside process.&lt;BR /&gt;2) Objects should be reusable and should not have any business logic inside otherwise it will be messy.&lt;BR /&gt;3) Each object page should be responsible only for single action - &lt;A href="https://en.wikipedia.org/wiki/Single_responsibility_principle" target="_blank" rel="noopener"&gt;Single Responsibility Principle (Pattern)&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And few words about your situation: sending emails from inside the object. You can have one object like: Email Client or Email Utility with several pages, get inbox, send mail and others.&lt;BR /&gt;&lt;BR /&gt;And you can use and reuse these actions in many other processes.&amp;nbsp;&lt;BR /&gt;So if any process breaks, while trying to click some element, catch this error in the process and use another object to send the notification.&lt;BR /&gt;Because object which is clicking, should not support mail sending &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and vice versa. &lt;BR /&gt;&lt;BR /&gt;Hope that will help a little bit on implementing better solutions!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dmitrij Mamajev&lt;BR /&gt;RPA Developer&lt;BR /&gt;Volvo Cars&lt;BR /&gt;Gothenburg - Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2019 09:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exceptions-in-VBO-s/m-p/57289#M11317</guid>
      <dc:creator>dmma</dc:creator>
      <dc:date>2019-10-25T09:28:00Z</dc:date>
    </item>
  </channel>
</rss>

