<?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 Automate C in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Automate-C/m-p/80072#M768</link>
    <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;is there any possibility to send some meta information while running&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AutomateC /run&amp;nbsp; command&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;I need to save that meta information on&lt;BR /&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;BPASession table also that I can use in future.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mupps S&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Oct 2022 06:50:00 GMT</pubDate>
    <dc:creator>MuppsS1</dc:creator>
    <dc:date>2022-10-20T06:50:00Z</dc:date>
    <item>
      <title>Automate C</title>
      <link>https://community.blueprism.com/t5/University-Forum/Automate-C/m-p/80072#M768</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;is there any possibility to send some meta information while running&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AutomateC /run&amp;nbsp; command&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;I need to save that meta information on&lt;BR /&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;BPASession table also that I can use in future.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mupps S&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Oct 2022 06:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Automate-C/m-p/80072#M768</guid>
      <dc:creator>MuppsS1</dc:creator>
      <dc:date>2022-10-20T06:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Automate C</title>
      <link>https://community.blueprism.com/t5/University-Forum/Automate-C/m-p/80073#M769</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="c29838f4-852a-4ed5-82a7-7bcc7acc5fcb" data-tag-text="@Mupps S" href="https://community.blueprism.com/network/profile?UserKey=c29838f4-852a-4ed5-82a7-7bcc7acc5fcb" data-itemmentionkey="6cdee02d-b4ad-431c-aacd-5d0cbbaa7429"&gt;@Mupps S&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;If you want to pass any information into the process, you can do so once you have set input parameters in the 'Start' stage of your Main page in the workflow. Once, the input parameters are set which are also referred to as &lt;STRONG&gt;Startup parameters​&amp;nbsp;&lt;/STRONG&gt;for a given process, you can use the following command format to pass on any input values:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;AutomateC.exe /run "&amp;lt;Process_Name&amp;gt;" /startp "&amp;lt;inputs&amp;gt;&amp;lt;input name='{Parameter1_Name}' type='{Parameter1_Type}' value='{Parameter1_Value)'/&amp;gt;&amp;lt;input name='{Parameter2_Name}' type='{Parameter2_Type}' value='{Parameter2_Value)'/&amp;gt;...&amp;lt;input name='{ParameterN_Name}' type='{ParameterN_Type}' value='{ParameterN_Value}'/&amp;gt;&amp;lt;/inputs&amp;gt;" /user "{user_name}" "{password}"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Test Workflow:&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;Here I have a process called, '&lt;STRONG&gt;Order System - Load Queue&lt;/STRONG&gt;' and as you can see, I have defined a start-up parameter here called as &lt;STRONG&gt;' Input File Name'&lt;/STRONG&gt; mapped to a data item called as &lt;STRONG&gt;'File Name':&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32404.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/32514i3162A070BF616E4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="32404.png" alt="32404.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/STRONG&gt;Now, once the process is &lt;STRONG&gt;published&lt;/STRONG&gt;, I make the following call in my command line prompt:&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;AutomateC.exe /run "Order System - Load Queue" /startp "&amp;lt;inputs&amp;gt;&amp;lt;input name='File Name' type='text' value='{Input_File_Path}'/&amp;gt;&amp;lt;/inputs&amp;gt;" /user {Username} {Password}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32405.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/32518i93DA6F567A375E95/image-size/large?v=v2&amp;amp;px=999" role="button" title="32405.png" alt="32405.png" /&gt;&lt;/span&gt;&lt;BR /&gt;And you can see the session logs where it ran with the start-up parameters in place as well below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32406.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/32522iCE091C3E7E407096/image-size/large?v=v2&amp;amp;px=999" role="button" title="32406.png" alt="32406.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&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>Thu, 20 Oct 2022 07:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Automate-C/m-p/80073#M769</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-10-20T07:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Automate C</title>
      <link>https://community.blueprism.com/t5/University-Forum/Automate-C/m-p/80074#M770</link>
      <description>ok I got it thanks for the clarification &lt;A class="user-content-mention" data-sign="@" data-contactkey="undefined" data-tag-text="@"&gt;@&lt;/A&gt;&lt;A id="MainCopy_ctl11_ucMessageList_rptMessageList_ProfileImageDisplay_1_NameLink_1" biobubblekey="1860fa68-2872-4d49-aac5-507de8919542" href="https://community.blueprism.com/network/profile?UserKey=1860fa68-2872-4d49-aac5-507de8919542" target="_blank" rel="noopener"&gt;Devneet Mohanty&lt;/A&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mupps S&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Oct 2022 11:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Automate-C/m-p/80074#M770</guid>
      <dc:creator>MuppsS1</dc:creator>
      <dc:date>2022-10-20T11:17:00Z</dc:date>
    </item>
  </channel>
</rss>

