<?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: Unconditional wait in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91230#M2498</link>
    <description>Hi Sanaa,&lt;BR /&gt;&lt;BR /&gt;You should be using Conditional Wait wherever possible. Conditional waits are used for dynamically determining if an element exists or not for the specified element in you Application Tree at the runtime. Since in a DEV environment and in a PROD environment, the target application to be automated can have different loading times, we specify a maximum time out indicating that within that time if the element exists then, we need to move ahead or throw a time out. Below is the example of a conditional wait:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33472.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33555iFC40418D324257A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="33472.png" alt="33472.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33473.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33556iF4CB16E5114070A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="33473.png" alt="33473.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Now coming to Unconditional waits or Throttle as they are known, here we do not put any condition and just give a specific time for our execution to pause. As the name suggests, you do not provide any condition for the element here and just provide the timeout value which indicates the static time the execution of the workflow will be paused for at that point of time.&lt;BR /&gt;&lt;BR /&gt;The problem here is that the wait is not dynamic. If today we see that a webpage loads with 10 seconds and we put this time in our unconditional wait and let say tomorrow when we load the same web page due to server issue or the slowness of the environment or due to different network bandwidth, the web page loads after more than 10 seconds, then our workflow will fail. Basically solution is not that intelligent to respond to these scenarios. Hence, it is not recommended. However, these can be used in combination with unconditional wait stages depending on the use case. For example, if I need to click in a dropdown element and then again click with any of the element in the list that gets shown and if I see that there is a very minute time within which that list can be opened up on the screen I can use a unconditional wait again better option would be a conditional one here as well but if you are very sure that it is never going to take much time you can still go for a throttle stage or an unconditional stage.&lt;BR /&gt;Below is the example of an unconditional wait:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33474.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33558iBAAA6A5AAB970949/image-size/large?v=v2&amp;amp;px=999" role="button" title="33474.png" alt="33474.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As a best practice in Blue Prism, always consider more time than less time for waiting. Waiting more can make your automation slow but waiting less can increase the chances of it breaking!&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>Mon, 21 Feb 2022 04:57:00 GMT</pubDate>
    <dc:creator>devneetmohanty07</dc:creator>
    <dc:date>2022-02-21T04:57:00Z</dc:date>
    <item>
      <title>Unconditional wait</title>
      <link>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91229#M2497</link>
      <description>could anyone give an example for an unconditional wait?&amp;nbsp;&lt;BR /&gt;and why it's not preferable to use?
&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>Mon, 21 Feb 2022 04:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91229#M2497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-21T04:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unconditional wait</title>
      <link>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91230#M2498</link>
      <description>Hi Sanaa,&lt;BR /&gt;&lt;BR /&gt;You should be using Conditional Wait wherever possible. Conditional waits are used for dynamically determining if an element exists or not for the specified element in you Application Tree at the runtime. Since in a DEV environment and in a PROD environment, the target application to be automated can have different loading times, we specify a maximum time out indicating that within that time if the element exists then, we need to move ahead or throw a time out. Below is the example of a conditional wait:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33472.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33555iFC40418D324257A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="33472.png" alt="33472.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33473.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33556iF4CB16E5114070A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="33473.png" alt="33473.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Now coming to Unconditional waits or Throttle as they are known, here we do not put any condition and just give a specific time for our execution to pause. As the name suggests, you do not provide any condition for the element here and just provide the timeout value which indicates the static time the execution of the workflow will be paused for at that point of time.&lt;BR /&gt;&lt;BR /&gt;The problem here is that the wait is not dynamic. If today we see that a webpage loads with 10 seconds and we put this time in our unconditional wait and let say tomorrow when we load the same web page due to server issue or the slowness of the environment or due to different network bandwidth, the web page loads after more than 10 seconds, then our workflow will fail. Basically solution is not that intelligent to respond to these scenarios. Hence, it is not recommended. However, these can be used in combination with unconditional wait stages depending on the use case. For example, if I need to click in a dropdown element and then again click with any of the element in the list that gets shown and if I see that there is a very minute time within which that list can be opened up on the screen I can use a unconditional wait again better option would be a conditional one here as well but if you are very sure that it is never going to take much time you can still go for a throttle stage or an unconditional stage.&lt;BR /&gt;Below is the example of an unconditional wait:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33474.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33558iBAAA6A5AAB970949/image-size/large?v=v2&amp;amp;px=999" role="button" title="33474.png" alt="33474.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As a best practice in Blue Prism, always consider more time than less time for waiting. Waiting more can make your automation slow but waiting less can increase the chances of it breaking!&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>Mon, 21 Feb 2022 04:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91230#M2498</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-02-21T04:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unconditional wait</title>
      <link>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91231#M2499</link>
      <description>Thank you so much, so what's the difference between throttle and unconditional wait?
&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>Mon, 21 Feb 2022 09:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91231#M2499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-21T09:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unconditional wait</title>
      <link>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91232#M2500</link>
      <description>Hi Sanaa,&lt;BR /&gt;&lt;BR /&gt;Unconditional wait is also called as Throttle as they are the same thing which indicates that a static wait has been used instead of a dynamic wait with a condition for an element.&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>Mon, 21 Feb 2022 11:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91232#M2500</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-02-21T11:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unconditional wait</title>
      <link>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91233#M2501</link>
      <description>Let me see if I understand this. A Throttle and an Unconditional Wait are the same thing? So, judging by the BP University course, the only difference is where you use them? i.e. You use, for some reason, a throttle (AKA unconditional wait) at the start of every page, but you use an unconditional wait (AKA throttle) within the page to account for system time lags like a save action that doesn't change state. However, it's suggested not to use the throttle/unconditional wait within the page... only at the beginning?&lt;BR /&gt;&lt;BR /&gt;If that's the case, why even have 2 names for the same thing. Also, it just seems really dangerous to only rely on a time delay to account for background processing.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Carlo.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Carlo Robazza&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2023 15:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91233#M2501</guid>
      <dc:creator>CarloRobazza</dc:creator>
      <dc:date>2023-02-07T15:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unconditional wait</title>
      <link>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91234#M2502</link>
      <description>Hi Carlo,&lt;BR /&gt;&lt;BR /&gt;You are completely right, Unconditional wait is exactly the same as Throttle. I have no clue why the word Throttle is even used. Personally, I tend to avoid Throttle and stick to Unconditional and Dynamic wait.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;That said, I do hope BP avoids using different names of the same thing in the certification process, it is after all a knowledge test and not a language test.&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>Wed, 08 Feb 2023 07:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Unconditional-wait/m-p/91234#M2502</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-02-08T07:41:00Z</dc:date>
    </item>
  </channel>
</rss>

