<?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: Wait Make BP Unresponsive in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Wait-Make-BP-Unresponsive/m-p/53042#M7815</link>
    <description>&lt;P&gt;@Mr Right​ - This has been around since I started using the product back in the version 4 days. We got around it by creating a similar action that performed .25s increment wait stages until it counted up to the desired value. Since it wasn't sleeping the entire time, this allowed other threads to process. It looked something like this:&lt;/P&gt;
&lt;P&gt;1) Start&lt;BR /&gt;Input: Time (Number)&lt;/P&gt;
&lt;P&gt;2) Wait&lt;BR /&gt;Condition: None&lt;BR /&gt;Time: .25s&lt;/P&gt;
&lt;P&gt;3) Calculation: Time++&lt;BR /&gt;Value: [countedTime]+.25&lt;BR /&gt;Store in: [countedTime]&lt;/P&gt;
&lt;P&gt;4) Decision&lt;BR /&gt;Condition: [countedTime]&amp;gt;=[Time]&lt;/P&gt;
&lt;P&gt;5a) Decision = No, go to step 2&lt;/P&gt;
&lt;P&gt;5b) Decision = Yes, go to End&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Plano, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Apr 2020 13:50:00 GMT</pubDate>
    <dc:creator>AmiBarrett</dc:creator>
    <dc:date>2020-04-28T13:50:00Z</dc:date>
    <item>
      <title>Wait Make BP Unresponsive</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Wait-Make-BP-Unresponsive/m-p/53040#M7813</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;Need some help here.&lt;BR /&gt;&lt;BR /&gt;Am doing a restart on a machine, so I have to wait for a given amount of time, i.e 2 minutes or so in order to achieve the rest of the steps required for my process.&lt;BR /&gt;&lt;BR /&gt;During this waiting time, BP becomes unresponsive, so in Task Manager the tool will have the status ==&amp;gt; Not Responding.&lt;BR /&gt;&lt;BR /&gt;I don't want this, just because other processes can not run on the same system anymore, because BP freezes, the window becomes grey etc.&lt;BR /&gt;&lt;BR /&gt;The same status I've achieved with a C# code i.e S&lt;SPAN&gt;ystem.Threading.&lt;/SPAN&gt;&lt;SPAN color="#008080"&gt;Thread&lt;/SPAN&gt;&lt;SPAN&gt;.Sleep(5000);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Can someone please advise on this very simple topic?&lt;BR /&gt;&lt;BR /&gt;How can I have a generic waiting period of time, without the freeze?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2020 06:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Wait-Make-BP-Unresponsive/m-p/53040#M7813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-24T06:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Wait Make BP Unresponsive</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Wait-Make-BP-Unresponsive/m-p/53041#M7814</link>
      <description>Hi Cohen,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Are you trying to restart the resource on which your Blue Prism process is running? If this is the case then the behaviour you're experiencing is not surprising.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When you restart the resource Blue Prism will be terminated by the OS and that would result in the "Not Responding" status.&lt;BR /&gt;&lt;BR /&gt;If a restart of the resource is really needed then a better approach would be to split your process into several separate processes.&lt;BR /&gt;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Process 1 would carry out the first part of your business process and end when a restart is required&lt;/LI&gt;
&lt;LI&gt;Run a process to restart the resource&lt;/LI&gt;
&lt;LI&gt;Tell the scheduler to wait for 5 minutes or so for the restart to complete&lt;/LI&gt;
&lt;LI&gt;Use the Login process to login to the restarted resource&lt;/LI&gt;
&lt;LI&gt;Process 2 would complete the rest of your business process&lt;/LI&gt;
&lt;/OL&gt;
The above would require the setup of Login Agent to allow for your resource to be automatically logged in. You can find more details around this on the Blue Prism Portal.&lt;BR /&gt;&lt;BR /&gt;However I would really look to see if a restart in the middle of a process is really required.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael Lowe&lt;BR /&gt;Senior Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2020 08:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Wait-Make-BP-Unresponsive/m-p/53041#M7814</guid>
      <dc:creator>Mike__Lowe</dc:creator>
      <dc:date>2020-04-28T08:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Wait Make BP Unresponsive</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Wait-Make-BP-Unresponsive/m-p/53042#M7815</link>
      <description>&lt;P&gt;@Mr Right​ - This has been around since I started using the product back in the version 4 days. We got around it by creating a similar action that performed .25s increment wait stages until it counted up to the desired value. Since it wasn't sleeping the entire time, this allowed other threads to process. It looked something like this:&lt;/P&gt;
&lt;P&gt;1) Start&lt;BR /&gt;Input: Time (Number)&lt;/P&gt;
&lt;P&gt;2) Wait&lt;BR /&gt;Condition: None&lt;BR /&gt;Time: .25s&lt;/P&gt;
&lt;P&gt;3) Calculation: Time++&lt;BR /&gt;Value: [countedTime]+.25&lt;BR /&gt;Store in: [countedTime]&lt;/P&gt;
&lt;P&gt;4) Decision&lt;BR /&gt;Condition: [countedTime]&amp;gt;=[Time]&lt;/P&gt;
&lt;P&gt;5a) Decision = No, go to step 2&lt;/P&gt;
&lt;P&gt;5b) Decision = Yes, go to End&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Plano, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Apr 2020 13:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Wait-Make-BP-Unresponsive/m-p/53042#M7815</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2020-04-28T13:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Wait Make BP Unresponsive</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Wait-Make-BP-Unresponsive/m-p/53043#M7816</link>
      <description>Thanks Ami! That did the trick. I've used 1s and was freezing BP, but seems 0.25 is the right answer!&lt;BR /&gt;&lt;BR /&gt;Thank you again!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Apr 2020 06:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Wait-Make-BP-Unresponsive/m-p/53043#M7816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-29T06:21:00Z</dc:date>
    </item>
  </channel>
</rss>

