<?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 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/39015#M16399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Activiti 5.21 in my &lt;STRONG&gt;spring boot application&lt;/STRONG&gt; and want to check the history of the process variables that are updated in the journey at any point. The histories are maintained in &lt;STRONG&gt;ACT_HI_DETAIL&lt;/STRONG&gt; table of activiti&amp;nbsp;but in my case, there are no entries at all in this table. The &lt;STRONG&gt;remaining tables have entries as expected.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I also referred to the activiti user guide where it says the &lt;STRONG&gt;historyLevel&amp;nbsp;&lt;/STRONG&gt;should be configured as &lt;STRONG&gt;full&lt;/STRONG&gt;&amp;nbsp;for the&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-size: 16px;"&gt;highest level of history archiving.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-size: 16px;"&gt;In my project, I have set the history level(spring.activiti.historyLevel= full) in &lt;STRONG&gt;application.properties&amp;nbsp;&lt;/STRONG&gt;file but still there are no entries in ACT_HI_DETAIL even after the completion of a journey.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-size: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-size: 16px;"&gt;The User Guide also shows two different ways to set the history level.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; font-size: 16px;"&gt;1.) can be configured programmatically with this code:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="" style="margin: 0px 0px 1.25em;"&gt;&lt;DIV class=""&gt;&lt;PRE class="" style="color: black; background: #f8f8f8; border: 1px dashed #666666; padding: 1.25em 1.5625em 1.125em;"&gt;&lt;TABLE style="background: none; border: 0px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="" style="color: #6d6e71; font-size: inherit; padding: 0px 0px 0px 0.75em;"&gt;&lt;SPAN class=""&gt;ProcessEngine&lt;/SPAN&gt; &lt;SPAN class=""&gt;processEngine&lt;/SPAN&gt; &lt;SPAN class="" style="color: #666666;"&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;ProcessEngineConfiguration&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="" style="color: #666666;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #7d9029;"&gt;createProcessEngineConfigurationFromResourceDefault&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666666;"&gt;()&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="" style="color: #666666;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #7d9029;"&gt;setHistory&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666666;"&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;HistoryLevel&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666666;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #7d9029;"&gt;AUDIT&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666666;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #7d9029;"&gt;getKey&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666666;"&gt;())&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="" style="color: #666666;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #7d9029;"&gt;buildProcessEngine&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666666;"&gt;();&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;but where do I put this code in my project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.) can be&amp;nbsp;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 16px;"&gt;configured in &lt;STRONG&gt;activiti.cfg.xml&lt;/STRONG&gt; or in a spring-context:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="" style="color: black; background: #f8f8f8; border: 1px dashed #666666; padding: 1.25em 1.5625em 1.125em;"&gt;&lt;TABLE style="background: none; border: 0px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="" style="color: #999999; border-right: 1px solid #dddddd; font-size: inherit; padding: 0px 0.5em 0px 0px;"&gt;&lt;DIV class="" style="background: none !important; padding: 0px 0px !important 0px 0px;"&gt;1 2 3 4&lt;/DIV&gt;&lt;/TD&gt;&lt;TD class="" style="color: #6d6e71; font-size: inherit; padding: 0px 0px 0px 0.75em;"&gt;&lt;SPAN class="" style="color: #008000; font-weight: bold;"&gt;&amp;lt;bean&lt;/SPAN&gt; &lt;SPAN class="" style="color: #7d9029;"&gt;id=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #ba2121;"&gt;"processEngineConfiguration"&lt;/SPAN&gt; &lt;SPAN class="" style="color: #7d9029;"&gt;class=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #ba2121;"&gt;"org.activiti.engine.impl.cfg.StandaloneInMemProcessEngineConfiguration"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #008000; font-weight: bold;"&gt;&amp;gt;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="" style="color: #008000; font-weight: bold;"&gt;&amp;lt;property&lt;/SPAN&gt; &lt;SPAN class="" style="color: #7d9029;"&gt;name=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #ba2121;"&gt;"history"&lt;/SPAN&gt; &lt;SPAN class="" style="color: #7d9029;"&gt;value=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #ba2121;"&gt;"audit"&lt;/SPAN&gt; &lt;SPAN class="" style="color: #008000; font-weight: bold;"&gt;/&amp;gt;&lt;/SPAN&gt;&amp;nbsp; ...&lt;SPAN class="" style="color: #008000; font-weight: bold;"&gt;&amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;but I couldn't find &amp;nbsp;&lt;STRONG style="color: #222222;"&gt;activiti.cfg.xml&amp;nbsp;&lt;/STRONG&gt;in my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get the variables to be&amp;nbsp;stored in ACT_HI_DETAIL &amp;nbsp;table? need help&lt;BR /&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Nov 2017 12:39:23 GMT</pubDate>
    <dc:creator>cttw</dc:creator>
    <dc:date>2017-11-09T12:39:23Z</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>

