<?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: no entries in ACT_HI_DETAIL table in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39018#M16402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm, no idea. No, it is not/should not be dependent on any environment! Do you have any logic in your application specific to each env? Is it possible to reproduce this issue through a simple spring boot project which you can attach here or add to a github project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2017 14:30:40 GMT</pubDate>
    <dc:creator>cjose</dc:creator>
    <dc:date>2017-11-10T14:30:40Z</dc:date>
    <item>
      <title>no entries in ACT_HI_DETAIL table</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39015#M16399</link>
      <description>&amp;nbsp;Hi,&amp;nbsp;I am using Activiti 5.21 in my spring boot application and want to check the history of the process variables that are updated in the journey at any point. The histories are maintained in ACT_HI_DETAIL table of activiti&amp;nbsp;but in my case, there are no entries at all in this table. The remaining ta</description>
      <pubDate>Thu, 09 Nov 2017 12:39:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39015#M16399</guid>
      <dc:creator>cttw</dc:creator>
      <dc:date>2017-11-09T12:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: no entries in ACT_HI_DETAIL table</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39016#M16400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All you have to do is to set&amp;nbsp; spring.activiti.historyLevel=&lt;SPAN class=""&gt;full in your application.properties. I can see that it was added just before the release of Version 5.21 -&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/commit/769b3372fce3ec7d233b122510f83e57405c5426" title="https://github.com/Activiti/Activiti/commit/769b3372fce3ec7d233b122510f83e57405c5426" rel="nofollow noopener noreferrer"&gt;Add history level and schema options properties for Spring Boot auto … · Activiti/Activiti@769b337 · GitHub&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I tested it against 5.22.0 and is working for me!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Ciju&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 17:03:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39016#M16400</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2017-11-09T17:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: no entries in ACT_HI_DETAIL table</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39017#M16401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ciju,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;BR /&gt;I have already set&lt;STRONG&gt;&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;spring.activiti.historyLevel=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #727174; background-color: #ffffff; border: 0px;"&gt;full&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="" style="color: #727174; background-color: #ffffff; border: 0px;"&gt; in application.properties file but still there are no entries in ACT_HI_DETAIL.I have set up three different environment(staging,uat and local)s for testing purpose and it's working fine in two environments(local and staging) and not in the third.I have matched the application.properties files of all the three and they all are exactly the same.So do you know if the historyLevel configuration depends on the environment?Please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #727174; background-color: #ffffff; border: 0px;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 07:49:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39017#M16401</guid>
      <dc:creator>cttw</dc:creator>
      <dc:date>2017-11-10T07:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: no entries in ACT_HI_DETAIL table</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39018#M16402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm, no idea. No, it is not/should not be dependent on any environment! Do you have any logic in your application specific to each env? Is it possible to reproduce this issue through a simple spring boot project which you can attach here or add to a github project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 14:30:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39018#M16402</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2017-11-10T14:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: no entries in ACT_HI_DETAIL table</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39019#M16403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ciju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We noticed that there is a slight difference in the Java versions(1.8.0_101-b13&amp;nbsp; and&amp;nbsp;&lt;SPAN class=""&gt;1.8.0_111-b14). Can this be because of different java versions?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 09:14:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39019#M16403</guid>
      <dc:creator>cttw</dc:creator>
      <dc:date>2017-11-13T09:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: no entries in ACT_HI_DETAIL table</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39020#M16404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should not be the case...Btw, my environment was&amp;nbsp;1.8.0_121-b13 and it was all good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 18:33:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/no-entries-in-act-hi-detail-table/m-p/39020#M16404</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2017-11-13T18:33:29Z</dc:date>
    </item>
  </channel>
</rss>

