<?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: Work Queue exposure as web/API end point in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53571#M8230</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I look for an automatec.exe command for this. You have the "createqueue" for create new queues, the syntax looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;AutomateC.exe /createqueue "&lt;SPAN style="color: #ff0000;"&gt;key field name&lt;/SPAN&gt;" "&lt;SPAN style="color: #ff0000;"&gt;Running? true / false&lt;/SPAN&gt;" "&lt;SPAN style="color: #ff0000;"&gt;max attempts&lt;/SPAN&gt;" /queuename "&lt;SPAN style="color: #ff0000;"&gt;queuename&lt;/SPAN&gt;" /sso&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;(/sso or /user for autentication)&lt;BR /&gt;&lt;BR /&gt;For more information of this, here you have the official documentation: &lt;A href="https://bpdocs.blueprism.com/bp-6-10/en-us/helpCommandLine.htm?tocpath=Interface%7CAdvanced%20options%7C_____2" target="_blank" rel="noopener"&gt;Automate.exe commands&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And I lookfor a way to create items but I think that there is no way to create with any command or external API.&lt;BR /&gt;&lt;BR /&gt;In the database, the table that store all queue items is &lt;SPAN style="color: #008000;"&gt;[BPAWorkQueueItem],&amp;nbsp;&lt;SPAN style="color: #000000;"&gt;but I don't recommend you to insert directly a row here. There are some fields such as the id that I don't know how they are generated internally&lt;BR /&gt;&lt;BR /&gt;Another option is to create a new process to create all items that you need. For example, if you create an external API, when you call it, it insert a data in an intermediate database table. Then your process can read this table and create the items in the Queues with the action "Add to Queue" from the object "Work Queues"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;634726270&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Feb 2022 09:22:00 GMT</pubDate>
    <dc:creator>PabloSarabia</dc:creator>
    <dc:date>2022-02-15T09:22:00Z</dc:date>
    <item>
      <title>Work Queue exposure as web/API end point</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53570#M8229</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;Is there a way in BP by which we can directly expose the Work Queue as web/api end point for creation of items in it?&lt;BR /&gt;&lt;BR /&gt;Here we don't want exposure of process/VBO just for the creation of an item in BP.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manish Rawat&lt;BR /&gt;Project Manager&lt;BR /&gt;Mercer&lt;BR /&gt;New Delhi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Feb 2022 07:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53570#M8229</guid>
      <dc:creator>ManishRaw</dc:creator>
      <dc:date>2022-02-15T07:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Work Queue exposure as web/API end point</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53571#M8230</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I look for an automatec.exe command for this. You have the "createqueue" for create new queues, the syntax looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;AutomateC.exe /createqueue "&lt;SPAN style="color: #ff0000;"&gt;key field name&lt;/SPAN&gt;" "&lt;SPAN style="color: #ff0000;"&gt;Running? true / false&lt;/SPAN&gt;" "&lt;SPAN style="color: #ff0000;"&gt;max attempts&lt;/SPAN&gt;" /queuename "&lt;SPAN style="color: #ff0000;"&gt;queuename&lt;/SPAN&gt;" /sso&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;(/sso or /user for autentication)&lt;BR /&gt;&lt;BR /&gt;For more information of this, here you have the official documentation: &lt;A href="https://bpdocs.blueprism.com/bp-6-10/en-us/helpCommandLine.htm?tocpath=Interface%7CAdvanced%20options%7C_____2" target="_blank" rel="noopener"&gt;Automate.exe commands&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And I lookfor a way to create items but I think that there is no way to create with any command or external API.&lt;BR /&gt;&lt;BR /&gt;In the database, the table that store all queue items is &lt;SPAN style="color: #008000;"&gt;[BPAWorkQueueItem],&amp;nbsp;&lt;SPAN style="color: #000000;"&gt;but I don't recommend you to insert directly a row here. There are some fields such as the id that I don't know how they are generated internally&lt;BR /&gt;&lt;BR /&gt;Another option is to create a new process to create all items that you need. For example, if you create an external API, when you call it, it insert a data in an intermediate database table. Then your process can read this table and create the items in the Queues with the action "Add to Queue" from the object "Work Queues"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;634726270&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Feb 2022 09:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53571#M8230</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-02-15T09:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Work Queue exposure as web/API end point</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53572#M8231</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="d666ed23-eedd-4996-bd6b-3bed96e53a93" data-tag-text="@Manish Rawat" href="https://community.blueprism.com/network/profile?UserKey=d666ed23-eedd-4996-bd6b-3bed96e53a93" data-itemmentionkey="7999ee76-3f24-44d9-a8d7-50ae9d62f8ea"&gt;@Manish Rawat&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Prior to BP v7 there is no way to expose access to a work queue directly. As you've pointed out, the standard is to expose a VBO/process as a SOAP web service and work through it.&lt;BR /&gt;&lt;BR /&gt;In BP v7, there is a new RESTful API available that exposes endpoints for working directly on work queues.&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, 15 Feb 2022 13:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53572#M8231</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-02-15T13:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Work Queue exposure as web/API end point</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53573#M8232</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response, Is there a documentation around that for setup and usage for Exposing endpoints for working directly on work queues.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manish Rawat&lt;BR /&gt;Project Manager&lt;BR /&gt;Mercer&lt;BR /&gt;New Delhi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Feb 2022 06:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53573#M8232</guid>
      <dc:creator>ManishRaw</dc:creator>
      <dc:date>2022-02-23T06:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Work Queue exposure as web/API end point</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53574#M8233</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Here you have all the information about the API.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bpdocs.blueprism.com/bp-7-0/en-us/api-spec.html" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/bp-7-0/en-us/api-spec.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;634726270&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Feb 2022 07:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53574#M8233</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-02-23T07:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Work Queue exposure as web/API end point</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53575#M8234</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="d666ed23-eedd-4996-bd6b-3bed96e53a93" data-tag-text="@Manish Rawat" href="https://community.blueprism.com/network/profile?UserKey=d666ed23-eedd-4996-bd6b-3bed96e53a93" data-itemmentionkey="fd833f58-e0ce-4f18-b4ea-33df527de162"&gt;@Manish Rawat&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt; has provided you a link to the API reference. To learn more about v7 and the steps to install/configure the REST API, please refer to the following links:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://bpdocs.blueprism.com/bp-7-0/en-us/blue-prism/version7-overview.htm?_ga=2.138458867.1931677745.1645540640-1776404118.1626816470&amp;amp;_gl=1*1elzl5s*_ga*MTc3NjQwNDExOC4xNjI2ODE2NDcw*_ga_MFBQ2KFZ1L*MTY0NTYxNjkzMy40NzEuMS4xNjQ1NjE5MjczLjA.#BluePrismversion7" target="_blank" rel="noopener"&gt;Blue Prism v7 Getting Started&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://bpdocs.blueprism.com/bp-7-0/en-us/Guides/bp-api/api-introduction.htm?tocpath=Installation%7CBlue%20Prism%20API%7C_____0" target="_blank" rel="noopener"&gt;Blue Prism API&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;Cheers,&lt;BR /&gt;​​&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>Wed, 23 Feb 2022 12:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Work-Queue-exposure-as-web-API-end-point/m-p/53575#M8234</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-02-23T12:31:00Z</dc:date>
    </item>
  </channel>
</rss>

