<?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: Process Variables, Activiti REST in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/process-variables-activiti-rest/m-p/192473#M145603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Yvo, I noticed that, the following REST API is available to get the variable information.&amp;nbsp; Is this what we need to use?&amp;nbsp; Please confirm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;runtime/process-instances/{processInstanceId}/variables&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2015 07:59:05 GMT</pubDate>
    <dc:creator>anjan</dc:creator>
    <dc:date>2015-03-27T07:59:05Z</dc:date>
    <item>
      <title>Process Variables, Activiti REST</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variables-activiti-rest/m-p/192470#M145600</link>
      <description>I am using the latest version of Activiti (5.17.0).&amp;nbsp; I have deployed Activiti REST and Activiti Explorer (as separate web apps) in Tomcat.&amp;nbsp; Both the apps are configured to use the same MySQL database.&amp;nbsp; I created a Process definition and successfully deployed it through activiti-explorer.Now using th</description>
      <pubDate>Thu, 26 Mar 2015 12:28:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variables-activiti-rest/m-p/192470#M145600</guid>
      <dc:creator>anjan</dc:creator>
      <dc:date>2015-03-26T12:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Process Variables, Activiti REST</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variables-activiti-rest/m-p/192471#M145601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can use the boolean property "returnVariables" in your request to have the variables returned in the response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This property wil be included in a future documentation revision.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yvo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 13:42:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variables-activiti-rest/m-p/192471#M145601</guid>
      <dc:creator>yvoswillens</dc:creator>
      <dc:date>2015-03-26T13:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Process Variables, Activiti REST</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variables-activiti-rest/m-p/192472#M145602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Yvo, thanks for your reply.&amp;nbsp; You are correct.&amp;nbsp; By adding "returnVariables" in the first POST request, the process variables are returned in the success response.&amp;nbsp; But my problem is still not solved.&amp;nbsp; When I want to get this information at a later point of time in the workflow (i.e., in the User Task), the JSON response still doesn't contain this information.&amp;nbsp; Please advice the best way to get this information at any point in the workflow process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 04:51:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variables-activiti-rest/m-p/192472#M145602</guid>
      <dc:creator>anjan</dc:creator>
      <dc:date>2015-03-27T04:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Process Variables, Activiti REST</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variables-activiti-rest/m-p/192473#M145603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Yvo, I noticed that, the following REST API is available to get the variable information.&amp;nbsp; Is this what we need to use?&amp;nbsp; Please confirm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;runtime/process-instances/{processInstanceId}/variables&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 07:59:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variables-activiti-rest/m-p/192473#M145603</guid>
      <dc:creator>anjan</dc:creator>
      <dc:date>2015-03-27T07:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Process Variables, Activiti REST</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variables-activiti-rest/m-p/192474#M145604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If add query parameter&amp;nbsp; includeProcessVariables=true may take variables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;see user guide &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Table 65. List of process instances - URL query parameters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;more detail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2015 04:04:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variables-activiti-rest/m-p/192474#M145604</guid>
      <dc:creator>nekojiru</dc:creator>
      <dc:date>2015-03-28T04:04:36Z</dc:date>
    </item>
  </channel>
</rss>

