<?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: Historic Process Variable Not Being Returned in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/historic-process-variable-not-being-returned/m-p/196331#M149461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This confuses me too … there is no filtering being done in the query!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could always enhance the log level on the engine side, and see which SQL query is being executed for that call.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 14:13:11 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2014-06-27T14:13:11Z</dc:date>
    <item>
      <title>Historic Process Variable Not Being Returned</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/historic-process-variable-not-being-returned/m-p/196329#M149459</link>
      <description>Hi, I am using activiti 5.15.1 with a postgresql db. When I use the rest api to query historic process variables and I am getting all process variables but one back: https://blqadb3.ls.cbn/restactiviti/service/history/historic-variable-instances?processInstanceId=701{"data":[{"id":"718","processInst</description>
      <pubDate>Fri, 20 Jun 2014 19:29:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/historic-process-variable-not-being-returned/m-p/196329#M149459</guid>
      <dc:creator>bcymet</dc:creator>
      <dc:date>2014-06-20T19:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Historic Process Variable Not Being Returned</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/historic-process-variable-not-being-returned/m-p/196330#M149460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The even weirder part is if I ask for the variable by name I do get the value I am looking for: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blqadb3.ls.cbn/restactiviti/service/history/historic-variable-instances?variableName=serialNumber&amp;amp;processInstanceId=701" rel="nofollow noopener noreferrer"&gt;https://blqadb3.ls.cbn/restactiviti/service/history/historic-variable-instances?variableName=serialNumber&amp;amp;processInstanceId=701&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{"data":[{"id":"727","processInstanceId":"701","processInstanceUrl":"&lt;/SPAN&gt;&lt;A href="https://blqadb3.ls.cbn/restactiviti/service/history/historic-process-instances/701%22,%22taskId%22:null,%22variable%22:{%22name%22:%22serialNumber%22,%22type%22:%22string%22,%22value%22:%22A%22,%22scope%22:null" rel="nofollow noopener noreferrer"&gt;https://blqadb3.ls.cbn/restactiviti/service/history/historic-process-instances/701','taskId':null,'variable':{'name':'serialNumber','type':'string','value':'A','scope':null&lt;/A&gt;&lt;SPAN&gt;}}],"total":1,"start":0,"sort":"variableName","order":"asc","size":1}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the end this is what I really need but I am still confused as to why this variable isn't returned in the complete list. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 20:06:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/historic-process-variable-not-being-returned/m-p/196330#M149460</guid>
      <dc:creator>bcymet</dc:creator>
      <dc:date>2014-06-20T20:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Historic Process Variable Not Being Returned</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/historic-process-variable-not-being-returned/m-p/196331#M149461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This confuses me too … there is no filtering being done in the query!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could always enhance the log level on the engine side, and see which SQL query is being executed for that call.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 14:13:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/historic-process-variable-not-being-returned/m-p/196331#M149461</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-06-27T14:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Historic Process Variable Not Being Returned</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/historic-process-variable-not-being-returned/m-p/196332#M149462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was having the same problem and found this topic. However, I was trying to get binary data and I found the solution in the Alfresco documentation: &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/activiti/topics/getTheBinaryDataForAHistoricProcessInstanceVariable.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/activiti/topics/getTheBinaryDataForAHistoricProcessInstanceVariable.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: GET history/historic-process-instances/{processInstanceId}/variables/{variableName}/data&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 13:30:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/historic-process-variable-not-being-returned/m-p/196332#M149462</guid>
      <dc:creator>marcuss</dc:creator>
      <dc:date>2015-02-26T13:30:29Z</dc:date>
    </item>
  </channel>
</rss>

