<?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 Hi John,
can you please… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53123#M7883</link>
    <description>Hi John,
can you please provide the query?</description>
    <pubDate>Wed, 23 May 2018 17:44:00 GMT</pubDate>
    <dc:creator>NilanshuSoni</dc:creator>
    <dc:date>2018-05-23T17:44:00Z</dc:date>
    <item>
      <title>HTTP command Proclist is not giving appropriate result</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53120#M7880</link>
      <description>Hi All,

when running the HTTP command- /proclist on a resource pc, it is giving list of all the processes and business objects instead of giving only published processes list.

can you please suggest a way to get list of only published processes either using database or HTTP command?</description>
      <pubDate>Mon, 21 May 2018 18:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53120#M7880</guid>
      <dc:creator>NilanshuSoni</dc:creator>
      <dc:date>2018-05-21T18:48:00Z</dc:date>
    </item>
    <item>
      <title>I think that's a bug…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53121#M7881</link>
      <description>I think that's a bug Nilanshu, the /help%20proclist command states:
Command: proclist
Provides a list of processes which are available to be run. Only published processes appear in this list.
But I also see unpublished processes in the output - I'll raise a ticket.
Querying the BPAProcess table is an option, but you must be conscious of the risk of creating a direct connection to the DB.
&amp;nbsp;</description>
      <pubDate>Tue, 22 May 2018 12:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53121#M7881</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-05-22T12:37:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for clarification…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53122#M7882</link>
      <description>Thanks for clarification John.
Can you please let me know the query i should fire on BPAProcess table to get the relevant data? its a one time activity so risk factor is very low.</description>
      <pubDate>Wed, 23 May 2018 12:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53122#M7882</guid>
      <dc:creator>NilanshuSoni</dc:creator>
      <dc:date>2018-05-23T12:11:00Z</dc:date>
    </item>
    <item>
      <title>Hi John,
can you please…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53123#M7883</link>
      <description>Hi John,
can you please provide the query?</description>
      <pubDate>Wed, 23 May 2018 17:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53123#M7883</guid>
      <dc:creator>NilanshuSoni</dc:creator>
      <dc:date>2018-05-23T17:44:00Z</dc:date>
    </item>
    <item>
      <title>I think it's something like…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53124#M7884</link>
      <description>I think it's something like&amp;nbsp;SELECT [name] FROM BPAProcess WHERE&amp;nbsp;processtype='p'&amp;nbsp;AND attributeid=2</description>
      <pubDate>Thu, 24 May 2018 16:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53124#M7884</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-05-24T16:55:00Z</dc:date>
    </item>
    <item>
      <title>Hi John, Please suggest if…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53125#M7885</link>
      <description>Hi John, Please suggest if the bug has been fixed. I have the same requirement&amp;nbsp; where I need to get list of published processes</description>
      <pubDate>Mon, 27 Aug 2018 14:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53125#M7885</guid>
      <dc:creator>NarayanShrawagi</dc:creator>
      <dc:date>2018-08-27T14:48:00Z</dc:date>
    </item>
    <item>
      <title>Actual syntax for HTTP API…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53126#M7886</link>
      <description>Actual syntax for HTTP API for proclist is&amp;nbsp;
&lt;A href="http://bapab902:8181/user%20name%20&amp;amp;password%20&amp;amp;proclist.&amp;nbsp;" target="test_blank"&gt;http://bapab902:8181/user%20name%20&amp;amp;password%20&amp;amp;proclist.&amp;nbsp;&lt;/A&gt;
The syntax for HTTP command lines uses the &amp;amp; symbol to chain options (in place of ""/"" for AutomateC.exe command line) and ""%20"" to replace spaces.</description>
      <pubDate>Thu, 30 Aug 2018 13:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/HTTP-command-Proclist-is-not-giving-appropriate-result/m-p/53126#M7886</guid>
      <dc:creator>NarayanShrawagi</dc:creator>
      <dc:date>2018-08-30T13:24:00Z</dc:date>
    </item>
  </channel>
</rss>

