<?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: Exception Overriding with blue prism. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Exception-Overriding-with-blue-prism/m-p/92088#M41951</link>
    <description>Hi T,&lt;BR /&gt;&lt;BR /&gt;Sorry, in that case I misinterpreted your description. As no-one else has tackled this yet, could you perhaps describe it a bit better? Perhaps adding a picture of the situation you are describing?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Mar 2022 13:21:00 GMT</pubDate>
    <dc:creator>PvD_SE</dc:creator>
    <dc:date>2022-03-30T13:21:00Z</dc:date>
    <item>
      <title>Exception Overriding with blue prism.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exception-Overriding-with-blue-prism/m-p/92085#M41948</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a exception handling scenario here.&lt;BR /&gt;&lt;BR /&gt;An exception encoutered within recovery mode is caught up by main page recover stage despite a local block and recover stage. Shouldn't it be terminating instead of recapturing again on main page because the previous exception was still alive and not resumed. (This in turn overrides previous exception).&lt;BR /&gt;&lt;BR /&gt;If someone has read this scenario in any guide please let us know.&lt;BR /&gt;&lt;BR /&gt;Here it is doing exception overriding and so far this concept is not mentioned in any exception handling guide and course explicitely as far I what I checked.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29571.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29699iD69966EE9ADBF019/image-size/large?v=v2&amp;amp;px=999" role="button" title="29571.png" alt="29571.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Also I found an old thread about the same topic&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=85&amp;amp;MID=2606&amp;amp;CommunityKey=d8a0860f-1370-4a8d-a272-ad61dbc9b3f3&amp;amp;tab=digestviewer&amp;amp;ReturnUrl=%2fcommunities%2fcommunity-home%2fdigestviewer%3fListKey%3d31591666-6be4-4ac9-80fb-583419e39673" target="_blank" rel="noopener"&gt; here.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------</description>
      <pubDate>Tue, 29 Mar 2022 07:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exception-Overriding-with-blue-prism/m-p/92085#M41948</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-03-29T07:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exception Overriding with blue prism.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exception-Overriding-with-blue-prism/m-p/92086#M41949</link>
      <description>Hi T,&lt;BR /&gt;&lt;BR /&gt;We have some processes where we throw an exception within a block where the block has recover-resume actions. This obviously will not terminate anything but allow the process to continue after handling the error according to the path you defined.&lt;BR /&gt;&lt;BR /&gt;From my understanding and experience, you should do as little as possible between a recover and a resume to avoid errors bubbling up, coming back on a retry and generally cause looping. To my knowledge, the only thing you can safely do between a recover and a resume is collecting the exception data, such as details and type. This fits right in on the statement you quoted '...avoid using stages that may throw additional errors...'.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2022 10:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exception-Overriding-with-blue-prism/m-p/92086#M41949</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2022-03-29T10:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exception Overriding with blue prism.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exception-Overriding-with-blue-prism/m-p/92087#M41950</link>
      <description>Yeah that is correct but my question is bit different. It is more of exception overriding that is ocurring in the scenario that I mentioned.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2022 17:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exception-Overriding-with-blue-prism/m-p/92087#M41950</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-03-29T17:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exception Overriding with blue prism.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exception-Overriding-with-blue-prism/m-p/92088#M41951</link>
      <description>Hi T,&lt;BR /&gt;&lt;BR /&gt;Sorry, in that case I misinterpreted your description. As no-one else has tackled this yet, could you perhaps describe it a bit better? Perhaps adding a picture of the situation you are describing?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2022 13:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exception-Overriding-with-blue-prism/m-p/92088#M41951</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2022-03-30T13:21:00Z</dc:date>
    </item>
  </channel>
</rss>

