<?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: Stopping a session from Control Room in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Stopping-a-session-from-Control-Room/m-p/93755#M3081</link>
    <description>Hi Sanaa,&lt;BR /&gt;&lt;BR /&gt;The difference between 'Immediate Stop' and 'Request Stop' is that when you use 'Immediate Stop' the session is going to terminate exactly at that point of the instance when you click on it no matter where your point of execution is currently at. Better way to stop the process is 'Request Stop' but to use this you need to have a Decision Stage in your process where you can use the expression: 'IsStopRequested'. What it essentially does is whenever you click on this button, the process won't be killed immediately but infact will stop only when the flow comes to this exact decision point. We generally put this decision after completing a particular transaction by making the queue item as Completed or as Exception so that we can ensure that the process is stopped safely. When you use 'Immediate Stop' a lot of unwanted errors can happen depending on what the bot is actually doing at that point of time. For example, if the bot is writing some Excel file and you click 'Immediate Stop', then doing so might result in the corruption of that file as we ended the process abruptly. Hence, as a best practice it is always recommended to use 'Request Stop' instead of 'Immediate Stop'. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, as certain situations when let say your Automation is running in an infinite loop or your process doesn't reach the decision stage where 'IsStopRequested' is being used, 'Request Stop' functionality won't work. In such a situation, 'Immediate Stop' can be used so that you can stop the session and troubleshoot the errors.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Feb 2022 04:58:00 GMT</pubDate>
    <dc:creator>devneetmohanty07</dc:creator>
    <dc:date>2022-02-24T04:58:00Z</dc:date>
    <item>
      <title>Stopping a session from Control Room</title>
      <link>https://community.blueprism.com/t5/University-Forum/Stopping-a-session-from-Control-Room/m-p/93754#M3080</link>
      <description>What's the difference between those three commands&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="34051.jpg"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37406i6A100E7853072054/image-size/large?v=v2&amp;amp;px=999" role="button" title="34051.jpg" alt="34051.jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sanaa Fallah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2022 04:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Stopping-a-session-from-Control-Room/m-p/93754#M3080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-24T04:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Stopping a session from Control Room</title>
      <link>https://community.blueprism.com/t5/University-Forum/Stopping-a-session-from-Control-Room/m-p/93755#M3081</link>
      <description>Hi Sanaa,&lt;BR /&gt;&lt;BR /&gt;The difference between 'Immediate Stop' and 'Request Stop' is that when you use 'Immediate Stop' the session is going to terminate exactly at that point of the instance when you click on it no matter where your point of execution is currently at. Better way to stop the process is 'Request Stop' but to use this you need to have a Decision Stage in your process where you can use the expression: 'IsStopRequested'. What it essentially does is whenever you click on this button, the process won't be killed immediately but infact will stop only when the flow comes to this exact decision point. We generally put this decision after completing a particular transaction by making the queue item as Completed or as Exception so that we can ensure that the process is stopped safely. When you use 'Immediate Stop' a lot of unwanted errors can happen depending on what the bot is actually doing at that point of time. For example, if the bot is writing some Excel file and you click 'Immediate Stop', then doing so might result in the corruption of that file as we ended the process abruptly. Hence, as a best practice it is always recommended to use 'Request Stop' instead of 'Immediate Stop'. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, as certain situations when let say your Automation is running in an infinite loop or your process doesn't reach the decision stage where 'IsStopRequested' is being used, 'Request Stop' functionality won't work. In such a situation, 'Immediate Stop' can be used so that you can stop the session and troubleshoot the errors.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2022 04:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Stopping-a-session-from-Control-Room/m-p/93755#M3081</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-02-24T04:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Stopping a session from Control Room</title>
      <link>https://community.blueprism.com/t5/University-Forum/Stopping-a-session-from-Control-Room/m-p/93756#M3082</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="05faa895-605f-4110-98f1-6cf9b7b117ca" data-tag-text="@Sanaa Fallah" href="https://community.blueprism.com/network/profile?UserKey=05faa895-605f-4110-98f1-6cf9b7b117ca" data-itemmentionkey="49f5d1e4-1daf-4bbf-a40a-75b851675d40"&gt;@Sanaa Fallah&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Stop Selected Sessions :- This will stop the selected session&amp;nbsp; from the Environment ​that is currently running ,as per requirement by business. This will update status against&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the session as Stopped.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Request Stop&amp;nbsp; &amp;nbsp;:-&amp;nbsp; This will stop the session after completing the current Queue Item that it picked if in Running state .It will complete current ticket and stop.&lt;BR /&gt;&lt;BR /&gt;Immediate Stop :-&amp;nbsp; This will stop the current running Process in what state it might be i.e if running a ticket it will stop.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Srihari &lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2022 05:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Stopping-a-session-from-Control-Room/m-p/93756#M3082</guid>
      <dc:creator>KodiSrihari</dc:creator>
      <dc:date>2022-02-24T05:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Stopping a session from Control Room</title>
      <link>https://community.blueprism.com/t5/University-Forum/Stopping-a-session-from-Control-Room/m-p/93757#M3083</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;So 'Stop Selected Sessions' works as same as 'Stop Immediately?&lt;/P&gt;
&lt;DIV style="display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;
​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sanaa Fallah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2022 08:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Stopping-a-session-from-Control-Room/m-p/93757#M3083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-02T08:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Stopping a session from Control Room</title>
      <link>https://community.blueprism.com/t5/University-Forum/Stopping-a-session-from-Control-Room/m-p/93758#M3084</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="05faa895-605f-4110-98f1-6cf9b7b117ca" data-tag-text="@Sanaa Fallah" href="https://community.blueprism.com/network/profile?UserKey=05faa895-605f-4110-98f1-6cf9b7b117ca" data-itemmentionkey="d2e3de8e-7af2-4c41-9338-9c6d8a3eb44c"&gt;@Sanaa Fallah&lt;/A&gt; - Yes that's right, using this functionality you can immediately stop multiple sessions at once. It works as 'Immediate Stop' not 'Request Stop'​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves you query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2022 08:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Stopping-a-session-from-Control-Room/m-p/93758#M3084</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-03-02T08:57:00Z</dc:date>
    </item>
  </channel>
</rss>

