<?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: Invoking Schedulers from Process iteself in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Invoking-Schedulers-from-Process-iteself/m-p/75951#M28532</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could do it by "Dynamic Scheduler":&amp;nbsp;&lt;A href="https://portal.blueprism.com/documents/standard?title=dynamic+scheduler&amp;amp;category=All&amp;amp;lang=1382" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/documents/standard?title=dynamic+scheduler&amp;amp;category=All&amp;amp;lang=1382&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tetsuji Junicho&lt;BR /&gt;Manager of RPA Practice Grp.&lt;BR /&gt;Accenture Japan&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Aug 2019 08:46:00 GMT</pubDate>
    <dc:creator>tjunicho</dc:creator>
    <dc:date>2019-08-07T08:46:00Z</dc:date>
    <item>
      <title>Invoking Schedulers from Process iteself</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Invoking-Schedulers-from-Process-iteself/m-p/75948#M28529</link>
      <description>Hi Pros..&lt;BR /&gt;&lt;BR /&gt;Is there a way we can invoke a particular bot using it's scheduler via BP Process itself ?&lt;BR /&gt;Example : after 20 transactions from queue are completed, I want to invoke another BOT using the BP process. Is it doable?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amritapa Pattanayak&lt;BR /&gt;AD01, ARA01&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2019 14:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Invoking-Schedulers-from-Process-iteself/m-p/75948#M28529</guid>
      <dc:creator>AmritapaPattana</dc:creator>
      <dc:date>2019-08-02T14:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Invoking Schedulers from Process iteself</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Invoking-Schedulers-from-Process-iteself/m-p/75949#M28530</link>
      <description>Ofcourse Possible,&amp;nbsp;&lt;BR /&gt;If you want to invoke a process after 20 transactions, that's Not scheduling.&lt;BR /&gt;&lt;BR /&gt;However, if you wish to still do so... you can do it using any of the below methods,&lt;BR /&gt;1- Call the second process as a subprocess itself from your master process once the counter reaches 20. However, it will mean the second process will be running on the same VM.&lt;BR /&gt;2- Once the counter reaches 20, trigger a command line running of process to some other VM.&lt;BR /&gt;3- Have a queuing mechanism using dynamic scheduling and once the counter reaches 20, add the process to queue which will be fetched by some other process running 24X7 to scan the queue and trigger the process name present in the queue. (This will require some major design and check with your client if they are ready to invest)&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Avanade&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Aug 2019 06:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Invoking-Schedulers-from-Process-iteself/m-p/75949#M28530</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2019-08-06T06:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Invoking Schedulers from Process iteself</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Invoking-Schedulers-from-Process-iteself/m-p/75950#M28531</link>
      <description>You have the following options for the scheduler with automatec&lt;BR /&gt;&lt;BR /&gt;From Blue Prism documentation&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="page" title="Page 14"&gt;
&lt;DIV class="section"&gt;
&lt;DIV class="layoutArea"&gt;
&lt;DIV class="column"&gt;
&lt;P&gt;&lt;CODE&gt;&lt;SPAN&gt;You can start and delete schedules and view reports and timetables using the automatec &lt;/SPAN&gt;&lt;SPAN&gt;command &lt;/SPAN&gt;&lt;SPAN&gt;line program. To perform any of the schedule actions, valid login details must be provided.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&lt;SPAN&gt;/schedule &amp;lt;name|...&amp;gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&lt;SPAN&gt;Specifies the name or names of the schedules to be used in conjunction with&lt;BR /&gt;the &lt;/SPAN&gt;&lt;SPAN&gt;/startschedule&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;/deleteschedule&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;/viewschedtimetable &lt;/SPAN&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;SPAN&gt;/viewschedreport &lt;/SPAN&gt;&lt;SPAN&gt;actions.&lt;BR /&gt;Any parameters following a /schedule switch will be treated as schedule names until another switch is reached (ie. a parameter starting with a "/" character) or the end of the &lt;/SPAN&gt;&lt;SPAN&gt;command &lt;/SPAN&gt;&lt;SPAN&gt;is reached.&lt;BR /&gt;When no schedules are specified, the commands are generally treated as running on all schedules.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&lt;SPAN&gt;/startschedule [/schedule &amp;lt;name|...&amp;gt;]&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&lt;SPAN&gt;Initiates the specified schedule at the current time. If the scheduler is running it should execute the schedule within 30 seconds.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;You can run a process in another runtime resource with automatec using /run&lt;BR /&gt;&lt;BR /&gt;From the Blue Prism AutomateC documentation:&lt;BR /&gt;&lt;BR /&gt;Run a process on the local PC:&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="page" title="Page 1"&gt;
&lt;DIV class="section"&gt;
&lt;DIV class="layoutArea"&gt;
&lt;DIV class="column"&gt;
&lt;PRE&gt;&lt;SPAN&gt;AutomateC /run "My Scheduled Process" /user admin mypwd
&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Run a process on a remote PC with startup aprameters&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="page" title="Page 1"&gt;
&lt;DIV class="section"&gt;
&lt;DIV class="layoutArea"&gt;
&lt;DIV class="column"&gt;
&lt;PRE&gt;&lt;SPAN&gt;AutomateC /run "Excel Test" /resource YourPCHostName /user admin mypwd /startp "&amp;lt;inputs&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 13px; white-space: pre-wrap; background-color: #f5f5f5;"&gt;&amp;lt;input name='Comment' type='text' value='Hello World' /&amp;gt;&amp;lt;/inputs&amp;gt;"&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="layoutArea"&gt;
&lt;DIV class="column"&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="page" title="Page 2"&gt;&lt;/DIV&gt;
&lt;BR /&gt;I hope this helps!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Miguel Fernandez&lt;BR /&gt;INVOKEinc&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Miguel Jesus Fernandez Lopez&lt;BR /&gt;Director of Intelligent Automation&lt;BR /&gt;IN-RGY&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Aug 2019 13:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Invoking-Schedulers-from-Process-iteself/m-p/75950#M28531</guid>
      <dc:creator>Miguel_JesusFer</dc:creator>
      <dc:date>2019-08-06T13:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Invoking Schedulers from Process iteself</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Invoking-Schedulers-from-Process-iteself/m-p/75951#M28532</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could do it by "Dynamic Scheduler":&amp;nbsp;&lt;A href="https://portal.blueprism.com/documents/standard?title=dynamic+scheduler&amp;amp;category=All&amp;amp;lang=1382" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/documents/standard?title=dynamic+scheduler&amp;amp;category=All&amp;amp;lang=1382&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tetsuji Junicho&lt;BR /&gt;Manager of RPA Practice Grp.&lt;BR /&gt;Accenture Japan&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2019 08:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Invoking-Schedulers-from-Process-iteself/m-p/75951#M28532</guid>
      <dc:creator>tjunicho</dc:creator>
      <dc:date>2019-08-07T08:46:00Z</dc:date>
    </item>
  </channel>
</rss>

