<?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 to use the action command from Resource PC command in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-use-the-action-command-from-Resource-PC-command/m-p/55075#M9478</link>
    <description>It's not the most helpful explanation is it? If I remember correctly it relates to calling a business object via HTTP, where you create a session and get the session ID in return, then use that to call VBO actions.&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, 09 May 2022 17:05:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2022-05-09T17:05:00Z</dc:date>
    <item>
      <title>How to use the action command from Resource PC command</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-use-the-action-command-from-Resource-PC-command/m-p/55074#M9477</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I see and 'action' command in a list of Resource PC command list, The description for which is&amp;nbsp;&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;Either 'action &amp;lt;sessionid&amp;gt; &amp;lt;actionname&amp;gt;' to run an action on the specified session, or 'action last &amp;lt;actionname&amp;gt;'
to run an action on the last session created on this connection. The response is 'STARTED' or an error code.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;From the description I was not able to identify what the command does, if anyone has used it please let me know the purpose of it.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 09 May 2022 11:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-use-the-action-command-from-Resource-PC-command/m-p/55074#M9477</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2022-05-09T11:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to use the action command from Resource PC command</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-use-the-action-command-from-Resource-PC-command/m-p/55075#M9478</link>
      <description>It's not the most helpful explanation is it? If I remember correctly it relates to calling a business object via HTTP, where you create a session and get the session ID in return, then use that to call VBO actions.&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, 09 May 2022 17:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-use-the-action-command-from-Resource-PC-command/m-p/55075#M9478</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2022-05-09T17:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to use the action command from Resource PC command</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-use-the-action-command-from-Resource-PC-command/m-p/55076#M9479</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1694"&gt;@GopalBhaire&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-tag-text="@John Carter" href="https://community.blueprism.com/network/profile?UserKey=bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-itemmentionkey="160660ff-79ae-4e3d-b72d-84dbd08dface"&gt;@John Carter&lt;/A&gt; is correct on both points. The documentation is not helpful and the &lt;STRONG&gt;action&lt;/STRONG&gt; command is used to run an action on a VBO. So the general steps would be:&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Login via the HTTP interface (ex. &lt;STRONG&gt;&lt;EM&gt;&lt;A href="http://loalhost:8181/user" target="test_blank"&gt;http://loalhost:8181/user&lt;/A&gt; name jdoe&amp;amp;password NotSecure&lt;/EM&gt;&lt;/STRONG&gt;)&lt;/LI&gt;
&lt;LI&gt;Create a new session (ex. &lt;EM&gt;&lt;STRONG&gt;&lt;A href="http://loalhost:8181/create" target="test_blank"&gt;http://loalhost:8181/create&lt;/A&gt; name MyObject&lt;/STRONG&gt;&lt;/EM&gt;)
&lt;OL style="list-style-type: lower-alpha;"&gt;
&lt;LI&gt;There are different forms to this. I find this one is easier as it just takes the name of the VBO as opposed to it's ID.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Call an action on the VBO (ex. &lt;EM&gt;&lt;STRONG&gt;&lt;A href="http://localhost:8181/action" target="test_blank"&gt;http://localhost:8181/action&lt;/A&gt; abe74fef-c9db-4992-8e12-07a68d113fd0 MyTestAction&lt;/STRONG&gt;&lt;/EM&gt;)&lt;/LI&gt;
&lt;/OL&gt;
&lt;OL&gt;&lt;/OL&gt;
&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; When you do this in the real world the whitespace between the parts of the URL will be replaced with &lt;STRONG&gt;%20&lt;/STRONG&gt;.&amp;nbsp;&lt;BR /&gt;​&lt;BR /&gt;Cheers,​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2022 01:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-use-the-action-command-from-Resource-PC-command/m-p/55076#M9479</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-05-10T01:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to use the action command from Resource PC command</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-use-the-action-command-from-Resource-PC-command/m-p/55077#M9480</link>
      <description>Thank you &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; &amp;amp; &lt;A class="user-content-mention" data-sign="@" data-contactkey="bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-tag-text="@John Carter" href="https://community.blueprism.com/network/profile?UserKey=bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-itemmentionkey="c4805f9d-9cfc-4308-8831-11cc887241eb"&gt;@John Carter&lt;/A&gt; this really does help.
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;
​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2022 05:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-use-the-action-command-from-Resource-PC-command/m-p/55077#M9480</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2022-05-10T05:20:00Z</dc:date>
    </item>
  </channel>
</rss>

