<?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: backend code for alfresco/api/workflow-instances in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/backend-code-for-alfresco-api-workflow-instances/m-p/303538#M256668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to Kaynezhang, I was able to retrieve the data by adding &amp;amp;state=completed as part of the query.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2014 23:54:44 GMT</pubDate>
    <dc:creator>cafeguy</dc:creator>
    <dc:date>2014-09-30T23:54:44Z</dc:date>
    <item>
      <title>backend code for alfresco/api/workflow-instances</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/backend-code-for-alfresco-api-workflow-instances/m-p/303536#M256666</link>
      <description>Hi forum,&amp;nbsp; I'm trying to find the backend code that is responsible for returning the list of workflows from the URL below.share/proxy/alfresco/api/workflow-instances?initiator=username&amp;amp;exclude=jbpm$wcmwf:*,jbpm$wf:articleapproval…&amp;amp;skipCount=0&amp;amp;maxItems=50&amp;amp;startedAfter=2014-09-16T11:59</description>
      <pubDate>Tue, 23 Sep 2014 23:24:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/backend-code-for-alfresco-api-workflow-instances/m-p/303536#M256666</guid>
      <dc:creator>cafeguy</dc:creator>
      <dc:date>2014-09-23T23:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: backend code for alfresco/api/workflow-instances</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/backend-code-for-alfresco-api-workflow-instances/m-p/303537#M256667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Share url as such format &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;share/proxy/alfresco/api/workflow-instances&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; will be sumbmitted to a Spring MVC proxy controller ,in the proxy controller the request url will be rebuild to send request to alfresco webscript api with address &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/alfresco/service/api/workflow-instances&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; and the response of&amp;nbsp; alfresco webscript api will be used as response of share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So the parameters of &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;share/proxy/alfresco/api/workflow-instances&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; are the same as &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/alfresco/service/api/workflow-instances&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Following are some parameters&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; maxItems,skipCount,exclude,state,initiator,priority,dueBefore,dueAfter,startedBefore,startedAfter,completedBefore,completedAfter,definitionName,definitionId&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;For workflow-instances webscript api information,please visit &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/alfresco/service/index/all" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index/all&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 03:22:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/backend-code-for-alfresco-api-workflow-instances/m-p/303537#M256667</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-09-24T03:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: backend code for alfresco/api/workflow-instances</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/backend-code-for-alfresco-api-workflow-instances/m-p/303538#M256668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to Kaynezhang, I was able to retrieve the data by adding &amp;amp;state=completed as part of the query.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 23:54:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/backend-code-for-alfresco-api-workflow-instances/m-p/303538#M256668</guid>
      <dc:creator>cafeguy</dc:creator>
      <dc:date>2014-09-30T23:54:44Z</dc:date>
    </item>
  </channel>
</rss>

