<?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: Api to run processes in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Api-to-run-processes/m-p/98896#M46558</link>
    <description>&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Exposing the process and running it via the SOAP api, can you also provide an input parameter in the envelope if required by the process?&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2024 14:19:27 GMT</pubDate>
    <dc:creator>VincenzoRusso</dc:creator>
    <dc:date>2024-01-09T14:19:27Z</dc:date>
    <item>
      <title>Api to run processes</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Api-to-run-processes/m-p/98893#M46555</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Is there any way to run via API a BluePrism process from third party applications?&lt;/P&gt;
&lt;P&gt;An example might be running it using Apps Script on GSheet. Any suggestions please?&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Vincenzo&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 16:22:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Api-to-run-processes/m-p/98893#M46555</guid>
      <dc:creator>VincenzoRusso</dc:creator>
      <dc:date>2023-12-22T16:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Api to run processes</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Api-to-run-processes/m-p/98894#M46556</link>
      <description>&lt;P&gt;Hi Vincenzo,&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;It is possible. Check below thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/view-question?ContributedContentKey=2e43ea53-fa14-4639-ab02-c32a9f9129c7&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01" target="test_blank"&gt;https://community.blueprism.com/communities/community-home/digestviewer/view-question?ContributedContentKey=2e43ea53-fa14-4639-ab02-c32a9f9129c7&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://support.blueprism.com/en/support/solutions/articles/7000076830-how-do-i-find-information-on-the-blue-prism-enterprise-api-" target="test_blank"&gt;https://support.blueprism.com/en/support/solutions/articles/7000076830-how-do-i-find-information-on-the-blue-prism-enterprise-api-&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2023 01:40:54 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Api-to-run-processes/m-p/98894#M46556</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-12-25T01:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Api to run processes</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Api-to-run-processes/m-p/98895#M46557</link>
      <description>&lt;P&gt;Hi Vincenzo,&lt;/P&gt;
&lt;P&gt;You can always expose the process as an API in system tab. Please understand below for this implementation -&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Exposed API will work on all the BP implementations (Interactive or Resource).&lt;/LI&gt;
&lt;LI&gt;API Exposed is always (if I missed some development) SOAP.&lt;/LI&gt;
&lt;LI&gt;API Exposed will be only accessible on the local server.&lt;/LI&gt;
&lt;LI&gt;Endpoint is only valid if the Blue Prism is up and logged in on that machine.&lt;/LI&gt;
&lt;LI&gt;In order to run the expose API from a third party application, you will need to have a IIS setup on the resource you want to run the exposed process (assuming running on a machine where Blue Prism is installed and connected to same application server).&lt;/LI&gt;
&lt;LI&gt;Every resource/client will have its own URL endpoint for API. t&lt;/LI&gt;
&lt;LI&gt;Example - to run exposed process_A on bot1, the endpoint will be like &lt;A href="http://bot1.companydomain.com/ws/process_A" target="test_blank"&gt;http://bot1.companydomain.com/ws/process_A&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;If this works for you great, but for usual implementation, this could be a futile. To implement this correctly and out of box -&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Install Blue Prism Enterprise 7.x&lt;/LI&gt;
&lt;LI&gt;Install Blue Prism Hub 4.6+ (This installs authentication server, if needed)&lt;/LI&gt;
&lt;LI&gt;Install Blue Prism API 7.x&lt;/LI&gt;
&lt;LI&gt;Above come with predefined RESTful APIs that you can use, to run some process, on some resource or group of resources. Similar to dragging and dropping process in control room.&lt;/LI&gt;
&lt;LI&gt;Authentication server can enable you to have OAuth2.0 for you APIs.&lt;/LI&gt;
&lt;LI&gt;Alternatively, you may (only) use Windows Authentication.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Hope this Helps!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2023 16:40:55 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Api-to-run-processes/m-p/98895#M46557</guid>
      <dc:creator>rsrivastava2</dc:creator>
      <dc:date>2023-12-25T16:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Api to run processes</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Api-to-run-processes/m-p/98896#M46558</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Exposing the process and running it via the SOAP api, can you also provide an input parameter in the envelope if required by the process?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 14:19:27 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Api-to-run-processes/m-p/98896#M46558</guid>
      <dc:creator>VincenzoRusso</dc:creator>
      <dc:date>2024-01-09T14:19:27Z</dc:date>
    </item>
  </channel>
</rss>

