<?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: How Process Run Mode is determined in Blueprism? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100703#M47888</link>
    <description>Yes from the perspective of only Foreground and Background your process now became exclusive because only 1 foreground can run.&lt;BR /&gt;So in that terms, it became exclusive.&lt;BR /&gt;&lt;BR /&gt;Therefore with this setup now you should be able to run parallel processes whose all objects are set to background only.</description>
    <pubDate>Wed, 18 May 2022 07:06:58 GMT</pubDate>
    <dc:creator>Tejaskumar_Darji</dc:creator>
    <dc:date>2022-05-18T07:06:58Z</dc:date>
    <item>
      <title>How Process Run Mode is determined in Blueprism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100700#M47885</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've got a process which contains...&lt;BR /&gt;- Credentials (Background)&lt;BR /&gt;- Work Queues (Background)&lt;BR /&gt;- Environment Locking (Background)&lt;BR /&gt;- Utility - Environment (Background)&lt;BR /&gt;- Utility - File Management (Background)&lt;BR /&gt;- Utility - General (Background)&lt;BR /&gt;- My Own Object 1 (Foreground)&lt;BR /&gt;- My Own Object 2 (Foreground)&lt;BR /&gt;&lt;BR /&gt;My objects are "Foreground", and the rest's Run Modes are "Background"&lt;BR /&gt;&lt;BR /&gt;In this case, the process which uses these objects must be "Foreground", right?&lt;BR /&gt;&lt;BR /&gt;This process still working like "Exclusive".&lt;BR /&gt;Like... When background processes are running and I tried to create a session of this process,&lt;BR /&gt;I got an error message that says "This RR is too busy..."&lt;BR /&gt;&lt;BR /&gt;Which is not the expected result. It should be created well.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Tbh it's really hard to track and change a process' Run Mode...&lt;BR /&gt;Any advice? or tips?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Seungjei.</description>
      <pubDate>Wed, 18 May 2022 06:07:55 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100700#M47885</guid>
      <dc:creator>SeungjeiJang</dc:creator>
      <dc:date>2022-05-18T06:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: How Process Run Mode is determined in Blueprism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100701#M47886</link>
      <description>To run another process on the same RR you need to make sure all the objects of the other process are set to the background and then only it will let you run both processes at the same time.&lt;BR /&gt;&lt;BR /&gt;So can you check the objects run mode for the other process which you're trying to run simultaneously?&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2022 06:44:49 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100701#M47886</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-05-18T06:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: How Process Run Mode is determined in Blueprism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100702#M47887</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt;​​,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;Blue Prism Document says....&lt;BR /&gt;&lt;EM&gt;"The Run Mode of a process is determined by the most restrictive run mode of each of the business objects that it uses." &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(If a process uses only "Background" and "Foreground" objects, the process must have "Foreground" Run Mode as I understand.)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;and here are three type of Run Modes...&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;An exclusive process can not be run alongside any other process.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;A foreground process can only be run alongside background processes, only one foreground process can be run at once.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;A background process can be run with any other process, except exclusive processes.&lt;/LI&gt;
&lt;/UL&gt;
&lt;A href="https://bpdocs.blueprism.com/bp-7-0/en-us/frmStagePropertiesObjectInfo.htm?Highlight=object%20information" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/bp-7-0/en-us/frmStagePropertiesObjectInfo.htm?Highlight=object%20information&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So, I wanted to make my process a "Foreground" process.&lt;BR /&gt;And I tried to create sessions at the same time, on the same RR as the "Background" processes.&lt;BR /&gt;Like the second line says in the document which is bolded line above.&lt;BR /&gt;&lt;BR /&gt;Which is not wrong according to what the doc says.&lt;BR /&gt;A Foreground process can be running with Background processes at the same time, on the same machine.&lt;BR /&gt;But only a single Foreground process can be running on the same machine.&lt;BR /&gt;&lt;BR /&gt;For clarification, my issue is this.&lt;BR /&gt;"Even though I checked all objects are Background or Foreground that my process uses, the process I made working like Exclusive Run Mode"&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Wed, 18 May 2022 06:52:55 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100702#M47887</guid>
      <dc:creator>SeungjeiJang</dc:creator>
      <dc:date>2022-05-18T06:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: How Process Run Mode is determined in Blueprism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100703#M47888</link>
      <description>Yes from the perspective of only Foreground and Background your process now became exclusive because only 1 foreground can run.&lt;BR /&gt;So in that terms, it became exclusive.&lt;BR /&gt;&lt;BR /&gt;Therefore with this setup now you should be able to run parallel processes whose all objects are set to background only.</description>
      <pubDate>Wed, 18 May 2022 07:06:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100703#M47888</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-05-18T07:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: How Process Run Mode is determined in Blueprism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100704#M47889</link>
      <description>Um... I don't understand to be honest.&lt;BR /&gt;&lt;BR /&gt;I just tested.&lt;BR /&gt;I made a simple process that contains a background object and a foreground object.&lt;BR /&gt;It's ok to run this process with other background processes at the same time on the same machine.&lt;BR /&gt;&lt;BR /&gt;This means the test process I made is working as Foreground Mode because the objects' the most restrictive run mode is "Foreground"</description>
      <pubDate>Wed, 18 May 2022 07:13:50 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100704#M47889</guid>
      <dc:creator>SeungjeiJang</dc:creator>
      <dc:date>2022-05-18T07:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: How Process Run Mode is determined in Blueprism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100705#M47890</link>
      <description>Yes,&lt;BR /&gt;&lt;BR /&gt;Point 1 is absolutely true but I would tweak point 2 a bit.&lt;BR /&gt;&lt;BR /&gt;With Process1 set as Foreground, you still have the door open to run Process2, Process3 and so on as Background in parallel on the same RR.&lt;BR /&gt;&lt;BR /&gt;But when your Process1 is set to Exclusive neither you can have Process2 as Foreground nor as Background.&lt;BR /&gt;&lt;BR /&gt;So that is the difference here.</description>
      <pubDate>Wed, 18 May 2022 07:18:37 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100705#M47890</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-05-18T07:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: How Process Run Mode is determined in Blueprism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100706#M47891</link>
      <description>I know it sounds tricky at first sight for everyone so totally fine.&lt;BR /&gt;&lt;BR /&gt;Therefore here are my easy-to-understand lines for run modes.&lt;BR /&gt;&lt;BR /&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt" lang="en-US"&gt;&lt;STRONG&gt;1) Foreground = 1 Foreground, Any Background, No Exclusive.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt" lang="en-US"&gt;&lt;STRONG&gt;2) Background = 1 Foreground, Any Background, No Exclusive.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt" lang="en-US"&gt;&lt;STRONG&gt;3) Exclusive = 1 Exclusive, No Background, No Foreground.&lt;/STRONG&gt;&lt;/P&gt;
&lt;BR /&gt;I hope this helps.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2022 07:24:08 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100706#M47891</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-05-18T07:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: How Process Run Mode is determined in Blueprism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100707#M47892</link>
      <description>I totally understood what you commented last.&lt;BR /&gt;&lt;BR /&gt;My question is this again.&lt;BR /&gt;&lt;BR /&gt;Why even though I didn't include any "Exclusive" object in my process, my process has "Exclusive" mode.&lt;BR /&gt;According to my initial question, my process has 6 background objects and 2 foreground objects...&lt;BR /&gt;&lt;BR /&gt;Which I expect the process to be "Foreground" process..</description>
      <pubDate>Wed, 18 May 2022 07:26:07 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100707#M47892</guid>
      <dc:creator>SeungjeiJang</dc:creator>
      <dc:date>2022-05-18T07:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: How Process Run Mode is determined in Blueprism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100708#M47893</link>
      <description>Oh.... I just found the reason.&lt;BR /&gt;I checked only 1st depth objects only.&lt;BR /&gt;I've gone deeper and found an object's Run Mode was "Exclusive" mode.&lt;BR /&gt;&lt;BR /&gt;I wish when I change an object's Run Mode BP checks it's dependencies and show all of objects' Run Mode.&lt;BR /&gt;&lt;BR /&gt;Thank you for your comments.&lt;BR /&gt;I could think around during the conversation with you..!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Seungjei.</description>
      <pubDate>Wed, 18 May 2022 07:30:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100708#M47893</guid>
      <dc:creator>SeungjeiJang</dc:creator>
      <dc:date>2022-05-18T07:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: How Process Run Mode is determined in Blueprism?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100709#M47894</link>
      <description>Glad you figured it out and I was of help.&lt;BR /&gt;&lt;BR /&gt;I agree, currently, there is no mechanism that shows all of the process dependency along with calculating a final run mode for a process to easily figure out.&lt;BR /&gt;&lt;BR /&gt;This is a really good idea for future enhancement.</description>
      <pubDate>Wed, 18 May 2022 07:49:40 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-Process-Run-Mode-is-determined-in-Blueprism/m-p/100709#M47894</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-05-18T07:49:40Z</dc:date>
    </item>
  </channel>
</rss>

