<?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: show only completed process in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/show-only-completed-process/m-p/123076#M33701</link>
    <description>&lt;P&gt;ohh I would never have found ! thank you&lt;/P&gt;&lt;P&gt;Maybe with another format ?&lt;/P&gt;&lt;P&gt;/alfresco/api/-default-/public/workflow/versions/1/processes/?where=status:completed&amp;nbsp;&lt;/P&gt;&lt;P&gt;returns&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "error": {
    "errorKey": "framework.exception.InvalidQuery",
    "statusCode": 400,
    "briefSummary": "00110823 Une requête WHERE non valide a été reçue: status:completed, Error at char position 0",
    "stackTrace": "Pour des raisons de sécurité, le traçage de la pile n'est plus affiché, mais la propriété est conservée dans les versions précédente.",
    "descriptionURL": "https://api-explorer.alfresco.com"
  }
}&lt;/PRE&gt;</description>
    <pubDate>Tue, 11 Jan 2022 14:44:17 GMT</pubDate>
    <dc:creator>JC83</dc:creator>
    <dc:date>2022-01-11T14:44:17Z</dc:date>
    <item>
      <title>show only completed process</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/show-only-completed-process/m-p/123074#M33699</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm able to get a process list .. but only with current ones&lt;/P&gt;&lt;P&gt;&lt;A href="http://serveur:8081/alfresco/api/-default-/public/workflow/versions/1/processes/" target="_blank" rel="noopener nofollow noreferrer"&gt;http://serveur:8081/alfresco/api/-default-/public/workflow/versions/1/processes/&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;I would like to get only the completed processes&lt;/P&gt;&lt;P&gt;It seems that the "where" argument allows to do it but I can't find how to use it&lt;/P&gt;&lt;P&gt;Could someone give me the correct syntax to have it .. something like :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://serveur:8081/alfresco/api/-default-/public/workflow/versions/1/processes/?where=completed:true" target="_blank" rel="noopener nofollow noreferrer"&gt;http://serveur:8081/alfresco/api/-default-/public/workflow/versions/1/processes/?where=completed:true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks !&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 13:17:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/show-only-completed-process/m-p/123074#M33699</guid>
      <dc:creator>JC83</dc:creator>
      <dc:date>2022-01-11T13:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: show only completed process</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/show-only-completed-process/m-p/123075#M33700</link>
      <description>&lt;P&gt;I didn't test it, but I guess following would work:&lt;/P&gt;
&lt;PRE&gt;where=status:completed&lt;/PRE&gt;
&lt;P&gt;For sure, keyword is "status" and "completed" is the filter value you are looking for.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 14:39:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/show-only-completed-process/m-p/123075#M33700</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2022-01-11T14:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: show only completed process</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/show-only-completed-process/m-p/123076#M33701</link>
      <description>&lt;P&gt;ohh I would never have found ! thank you&lt;/P&gt;&lt;P&gt;Maybe with another format ?&lt;/P&gt;&lt;P&gt;/alfresco/api/-default-/public/workflow/versions/1/processes/?where=status:completed&amp;nbsp;&lt;/P&gt;&lt;P&gt;returns&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "error": {
    "errorKey": "framework.exception.InvalidQuery",
    "statusCode": 400,
    "briefSummary": "00110823 Une requête WHERE non valide a été reçue: status:completed, Error at char position 0",
    "stackTrace": "Pour des raisons de sécurité, le traçage de la pile n'est plus affiché, mais la propriété est conservée dans les versions précédente.",
    "descriptionURL": "https://api-explorer.alfresco.com"
  }
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Jan 2022 14:44:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/show-only-completed-process/m-p/123076#M33701</guid>
      <dc:creator>JC83</dc:creator>
      <dc:date>2022-01-11T14:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: show only completed process</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/show-only-completed-process/m-p/123077#M33702</link>
      <description>&lt;P&gt;This works for me:&lt;/P&gt;
&lt;PRE&gt;curl -X GET \
"http://127.0.0.1:8080/alfresco/api/-default-/public/workflow/versions/1/processes?where=(status%3Dcompleted)" \
-H  "accept: application/json"&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Jan 2022 16:20:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/show-only-completed-process/m-p/123077#M33702</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2022-01-11T16:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: show only completed process</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/show-only-completed-process/m-p/123078#M33703</link>
      <description>&lt;P&gt;thanks a lot !&lt;/P&gt;&lt;P&gt;This works !!&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 08:29:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/show-only-completed-process/m-p/123078#M33703</guid>
      <dc:creator>JC83</dc:creator>
      <dc:date>2022-01-12T08:29:49Z</dc:date>
    </item>
  </channel>
</rss>

