<?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: Blue prism process template in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Blue-prism-process-template/m-p/77128#M29450</link>
    <description>Thanks Bruce for the clarification.&lt;BR /&gt;&lt;BR /&gt;I clearly did not read Vrat's question thoroughly; my apologies Vrat.&lt;BR /&gt;&lt;BR /&gt;jack&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jack Look&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Jan 2021 14:28:00 GMT</pubDate>
    <dc:creator>lookman</dc:creator>
    <dc:date>2021-01-04T14:28:00Z</dc:date>
    <item>
      <title>Blue prism process template</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-prism-process-template/m-p/77125#M29447</link>
      <description>Hi all,&lt;BR /&gt;i've a question about process template 1, i've understand the logic of load work queue, perform process step until one queue exist.&lt;BR /&gt;My question is: the "start up" page with launch and login is at the top of the template. In case of error i need to close, then kill application (eg. explorer) and then restart the same ITEM ID for three times.&lt;BR /&gt;How can i do that?&lt;BR /&gt;I can't put the start up inside the "WORK" block otherwise it kill application for every queue item.&lt;BR /&gt;I've attached a screenshot for a better understanding&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vrat Himbo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Dec 2020 09:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-prism-process-template/m-p/77125#M29447</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2020-12-31T09:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue prism process template</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-prism-process-template/m-p/77126#M29448</link>
      <description>Hi &lt;SPAN&gt;Vrat.&lt;BR /&gt;&lt;BR /&gt;Inside the Start Up page is where you would handle any exception that may arise from the log in process. I believe you'll find an example of that in the actual Start Up page tab within the template.&lt;BR /&gt;&lt;BR /&gt;jack&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jack Look&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Dec 2020 19:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-prism-process-template/m-p/77126#M29448</guid>
      <dc:creator>lookman</dc:creator>
      <dc:date>2020-12-31T19:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue prism process template</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-prism-process-template/m-p/77127#M29449</link>
      <description>Hi Vrat,&lt;BR /&gt;&lt;BR /&gt;When performing retries, you will need to limit them within the scope of the individual work step. If the application needs to be restarted in the retry, you will devise all appropriate logic to support the intended actions in the retry loop. In this process, you do not relinquish control of the item denoted by Item ID, you will keep the lock on the item until all retries are completed. Items are never returned to the queue due to retry.&lt;BR /&gt;&lt;BR /&gt;Also, retry may exist in many different forms, some do not necessary lead to the restarting of the application (e.g. you may simply 'reset' the application instead). It is really up to the discretion of the developer to come up with appropriate logic for the specific case to retry.&lt;BR /&gt;&lt;BR /&gt;Start Up is just where you initialise the process and all associated applications. Once you enter the item case loop, it is no longer relevant.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bruce Liu&lt;BR /&gt;Senior Product Consultant, Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2021 00:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-prism-process-template/m-p/77127#M29449</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-01-04T00:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue prism process template</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-prism-process-template/m-p/77128#M29450</link>
      <description>Thanks Bruce for the clarification.&lt;BR /&gt;&lt;BR /&gt;I clearly did not read Vrat's question thoroughly; my apologies Vrat.&lt;BR /&gt;&lt;BR /&gt;jack&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jack Look&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2021 14:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-prism-process-template/m-p/77128#M29450</guid>
      <dc:creator>lookman</dc:creator>
      <dc:date>2021-01-04T14:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue prism process template</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-prism-process-template/m-p/77129#M29451</link>
      <description>Honestly, the basic template is only a starting point. If you use it as is, it's fine for an automation that is simple and doesn't need to be robust, but if you need your automation to be robust, you should start from the Advanced process template instead. I assume you're using 'Process Template 1 - Basic'. See if you also have 'Process Template 2 - Advanced Scenarios'. In that template, the Start Up page actually calls another subpage called 'Control Applications'. Granted, in my opinion, even this Control Applications isn't as robust as it needs to be, but again it's just a starting point to work with. And it's much closer to production ready to begin with.&lt;BR /&gt;&lt;BR /&gt;Here's a partial screenshot of the Control Applications page. It works on the basis of global data items that are used to identify what the next action should be for each application. Application A might need to be restarted whereas Application B can be left alone, and maybe Application C just needs to have the page refreshed so that its connection stays alive. I've used this before in automations that I wanted to be very robust, and I can say it works well when you want automations to run for hours (or days) and be able to handle restarting its own applications but also in the most efficient way rather than just kill and restart every time.&lt;BR /&gt;&lt;BR /&gt;If you do use this, just note that you don't want to call the Start Up page throughout your logic. You just called that once at the beginning, but you can call the Control Applications page any time from anywhere. Probably best to think it through before doing that, but it works.&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15536.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/15703iC1FB1CEED5A70352/image-size/large?v=v2&amp;amp;px=999" role="button" title="15536.png" alt="15536.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jan 2021 19:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-prism-process-template/m-p/77129#M29451</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2021-01-04T19:24:00Z</dc:date>
    </item>
  </channel>
</rss>

