<?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- Common Queries in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-Common-Queries/m-p/44580#M1013</link>
    <description>&lt;P&gt;Hi Madhu,&lt;/P&gt;
&lt;P&gt;My first bit of advice to anyone coming to Blue Prism from other RPA tools is to do the training.&amp;nbsp; Topics such as Run modes,&amp;nbsp; interactive client, etc,&amp;nbsp; is all covered in the developer training in the Blue Prism university.&amp;nbsp; &amp;nbsp;If you are just interested in the infrastructure rather than using the product for automating they also have training and exams targeting just that.&amp;nbsp; I believe the Blue Prism help may also has answers to these questions.&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My answers to to your questions would be:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; Run modes in Blue Prism can be changed at object level via the info page on the initialise page.&amp;nbsp; &amp;nbsp; Background means that the object can run at the same time (parallel) as another object.&amp;nbsp; This would be an object that uses no global screen interactions and where the application allows multiple users to log in at the same time.&amp;nbsp; A good example is usually mainframe applications.&amp;nbsp; Also most code VBOs will be background.&amp;nbsp; Forground mode says that this object will require ownership of the desktop foreground when it is running.&amp;nbsp; The most obvious example of this is an object that uses surface automation (smart image stuff).&amp;nbsp; A foreground object could run concurrently with background objects (which do not require the desktop screen to work) but not another foreground objects.&amp;nbsp; Finally,&amp;nbsp; an exclusive mode object cannot run conncurrently on the same desktop with any other object,&amp;nbsp; even background objects.&lt;BR /&gt;It is best to think as exclusive as the default,&amp;nbsp; after building the object if it contains no global screen interactions you might change it to background.&amp;nbsp; &amp;nbsp;It is worth noting that running multiple automations concurrently on the same resourcepc will still require multiple licences,&amp;nbsp; a Blue Prism licence is a running production automation (session).&lt;BR /&gt;&lt;BR /&gt;2.&amp;nbsp; The interactive client is basically an instance of the Blue Prism software running for someone manually using the Blue Prism product,&amp;nbsp; such as for using controller room or schedular screens or changing config and settings.&amp;nbsp; &amp;nbsp;This differs from resourcepc's (interactive sessions),&amp;nbsp; and the BP Server and other ways of running the product.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;3. The word 'Bot' originally comes from Automation Anywhere as a definition of a built automation.&amp;nbsp; This differs from Blue Prism and others,&amp;nbsp; a 'Robot' for us would be a Resource PC set up and able to do automation work.&amp;nbsp; One 'Robot' resource PC could work lots of different automations that can be scheduled on it.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;A session in Blue Prism is an automation currently running on a resource PC.&amp;nbsp; A session can have different states such as running,&amp;nbsp; completed,&amp;nbsp; pending etc.&amp;nbsp; &amp;nbsp;&lt;BR /&gt;So... Blue Prism has a ResourcePC (the robot) who works automations in 'sessions'&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2023 09:56:00 GMT</pubDate>
    <dc:creator>Denis__Dennehy</dc:creator>
    <dc:date>2023-03-13T09:56:00Z</dc:date>
    <item>
      <title>Blue Prism- Common Queries</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-Common-Queries/m-p/44579#M1012</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have few basic queries in Blue Prism. Kindly explain with very simple way to understand.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Please explain the Different Run Modes.&lt;/LI&gt;
&lt;LI&gt;What is Interactive Client in BP ?&lt;/LI&gt;
&lt;LI&gt;Running a BOT &amp;amp; Running a session. Are they two different thing ?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Please explain. Thanks&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Madhu Garg&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Mar 2023 06:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-Common-Queries/m-p/44579#M1012</guid>
      <dc:creator>MadhuGarg</dc:creator>
      <dc:date>2023-03-12T06:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue Prism- Common Queries</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-Common-Queries/m-p/44580#M1013</link>
      <description>&lt;P&gt;Hi Madhu,&lt;/P&gt;
&lt;P&gt;My first bit of advice to anyone coming to Blue Prism from other RPA tools is to do the training.&amp;nbsp; Topics such as Run modes,&amp;nbsp; interactive client, etc,&amp;nbsp; is all covered in the developer training in the Blue Prism university.&amp;nbsp; &amp;nbsp;If you are just interested in the infrastructure rather than using the product for automating they also have training and exams targeting just that.&amp;nbsp; I believe the Blue Prism help may also has answers to these questions.&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My answers to to your questions would be:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; Run modes in Blue Prism can be changed at object level via the info page on the initialise page.&amp;nbsp; &amp;nbsp; Background means that the object can run at the same time (parallel) as another object.&amp;nbsp; This would be an object that uses no global screen interactions and where the application allows multiple users to log in at the same time.&amp;nbsp; A good example is usually mainframe applications.&amp;nbsp; Also most code VBOs will be background.&amp;nbsp; Forground mode says that this object will require ownership of the desktop foreground when it is running.&amp;nbsp; The most obvious example of this is an object that uses surface automation (smart image stuff).&amp;nbsp; A foreground object could run concurrently with background objects (which do not require the desktop screen to work) but not another foreground objects.&amp;nbsp; Finally,&amp;nbsp; an exclusive mode object cannot run conncurrently on the same desktop with any other object,&amp;nbsp; even background objects.&lt;BR /&gt;It is best to think as exclusive as the default,&amp;nbsp; after building the object if it contains no global screen interactions you might change it to background.&amp;nbsp; &amp;nbsp;It is worth noting that running multiple automations concurrently on the same resourcepc will still require multiple licences,&amp;nbsp; a Blue Prism licence is a running production automation (session).&lt;BR /&gt;&lt;BR /&gt;2.&amp;nbsp; The interactive client is basically an instance of the Blue Prism software running for someone manually using the Blue Prism product,&amp;nbsp; such as for using controller room or schedular screens or changing config and settings.&amp;nbsp; &amp;nbsp;This differs from resourcepc's (interactive sessions),&amp;nbsp; and the BP Server and other ways of running the product.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;3. The word 'Bot' originally comes from Automation Anywhere as a definition of a built automation.&amp;nbsp; This differs from Blue Prism and others,&amp;nbsp; a 'Robot' for us would be a Resource PC set up and able to do automation work.&amp;nbsp; One 'Robot' resource PC could work lots of different automations that can be scheduled on it.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;A session in Blue Prism is an automation currently running on a resource PC.&amp;nbsp; A session can have different states such as running,&amp;nbsp; completed,&amp;nbsp; pending etc.&amp;nbsp; &amp;nbsp;&lt;BR /&gt;So... Blue Prism has a ResourcePC (the robot) who works automations in 'sessions'&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 09:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-Common-Queries/m-p/44580#M1013</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2023-03-13T09:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue Prism- Common Queries</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-Common-Queries/m-p/44581#M1014</link>
      <description>&lt;P&gt;1) Run Mode is a VBO setting that specifies if and how a process using that VBO can run in parallel with other processes running on the same machine. Most of the time you only run one process at a time on a machine, so Run Mode won't matter. But if you want one machine to run multiple processes simultaneously, then Run Mode becomes important.&lt;/P&gt;
&lt;P&gt;2) The IC is simply a term for the standard BP GUI - Studio, Control Room etc. Resource PC (aka Runtime Resource or RR) is the same application running in headless mode.&lt;/P&gt;
&lt;P&gt;3) The term bot is vague and the term Digital Worker is clearer I think, where Bot = DW = 'machine + Resource PC'. However, many use 'running a Bot' to mean 'running an automated process'. A session is an instance of an automated process that is running on a DW. So to my mind, running a bot and running a session are different.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Mar 2023 11:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-Prism-Common-Queries/m-p/44581#M1014</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2023-03-13T11:49:00Z</dc:date>
    </item>
  </channel>
</rss>

