<?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: Form properties values recording into Activiti6 problem in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23826#M10392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, BUT. act_g-bytearray is not used for history data.&lt;/P&gt;&lt;P&gt;See my earlier answer.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Mar 2017 13:54:07 GMT</pubDate>
    <dc:creator>gdharley</dc:creator>
    <dc:date>2017-03-03T13:54:07Z</dc:date>
    <item>
      <title>Form properties values recording into Activiti6 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23820#M10386</link>
      <description>Hi,Activiti 6 didn't seems to support historization into the DB (table ACT_HI_DETAIL) for long (&amp;gt;2000) string form values as for the variables. Is this a design limitation, a misconfiguration or a bug &amp;nbsp;...?&amp;nbsp;Thanks for your help !Following the complete scenario&amp;nbsp;:When attempting&amp;nbsp;to submit a task fo</description>
      <pubDate>Wed, 01 Mar 2017 18:27:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23820#M10386</guid>
      <dc:creator>edumitre</dc:creator>
      <dc:date>2017-03-01T18:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Form properties values recording into Activiti6 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23821#M10387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&amp;nbsp;&lt;B&gt;Eugene DUMITRESCU&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, the column text_ and text2_ in ACT_HI_DETAIL is limited to 4000 bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/alfresco/12885_act_hi_detail text limit.png" style="width: 620px; height: 357px;" /&gt;&lt;/P&gt;&lt;P&gt;So any value larger than 4000 won't be accepted and therefore you receive the&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Cause: java.sql.SQLDataException: ORA-01401&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your use case?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You said&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;When attempting&amp;nbsp;to submit a task form with a huge String value&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Usually, user won't need to submit forms with such huge String value. Could you share your business use case here?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thong Huynh&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 09:04:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23821#M10387</guid>
      <dc:creator>thuynh</dc:creator>
      <dc:date>2017-03-02T09:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Form properties values recording into Activiti6 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23822#M10388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree it is pretty&amp;nbsp;unusual to have such large form values for but we couldn't figure out otherwise : we have processes where human actors interact with "robots" (python scripts which executes some automatic tasks). The huge values are primarily JSON metadata the "robots" needs to communicate between them&amp;nbsp;or JSON data gathered by the robots&amp;nbsp;from miscellaneous sources in order to be transmitted to services called by some other tasks (mostly of them after a human validation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware of the limitation you've mentioned for the TEXT_ field but I've also noticed that this limitation is bypassed with the usage of BLOBS in&amp;nbsp;the table ACT_GE_BYTEARRAY referenced by the column&amp;nbsp;BYTEARRAY_ID_ of this same table (ACT_HI_DETAIL), used for&amp;nbsp;storage of large historic detail variables instances (see also .&amp;nbsp;org/activiti/db/mapping/entity/HistoricDetail.xml if the "activiti-engine" module)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 10:59:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23822#M10388</guid>
      <dc:creator>edumitre</dc:creator>
      <dc:date>2017-03-02T10:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Form properties values recording into Activiti6 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23823#M10389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;B&gt;Eugene DUMITRESCU&lt;/B&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;ACT_GE_BYTEARRAY&amp;nbsp;&lt;SPAN style="color: #3d3d3d;"&gt;is used to store bytearray variable (serialized Java objects), process definition xml, and images.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #3d3d3d;"&gt;The ACT_HI_DETAIL is used to store historic data such as variables-update, submitted form properties&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #3d3d3d;"&gt;&amp;nbsp;Looks like your problem statement is this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;When attempting&amp;nbsp;to submit a task form with a huge String value&amp;nbsp;via the&amp;nbsp;API WS&amp;nbsp;&lt;A href="http://localhost:8082/activiti-app/api/form/form-data?taskId=172804" rel="nofollow noopener noreferrer" style="color: #1e88e5; background-color: #ffffff; border: 0px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;http://localhost:8082/activiti-app/api/form/form-data&lt;/A&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;nbsp;(POST) an error is raised claiming the value to be inserted into the&amp;nbsp;ACT_HI_DETAIL is too big&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have to store this heavy variable in HI (history)? Are you using&amp;nbsp;&lt;A class="link-titled" href="https://www.activiti.org/javadocs/org/activiti/engine/FormService.html#submitTaskFormData-java.lang.String-java.util.Map-" title="https://www.activiti.org/javadocs/org/activiti/engine/FormService.html#submitTaskFormData-java.lang.String-java.util.Map-" rel="nofollow noopener noreferrer"&gt;FormService (Activiti - Engine 5.22.0 API)&lt;/A&gt;&amp;nbsp;&amp;nbsp;method to submit and complete the task?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using TaskService.complete(taskId) instead will avoid saving the variable to history tables and therefore avoid this issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(&lt;A class="link-titled" href="https://www.activiti.org/javadocs/org/activiti/engine/TaskService.html#complete-java.lang.String-" title="https://www.activiti.org/javadocs/org/activiti/engine/TaskService.html#complete-java.lang.String-" rel="nofollow noopener noreferrer"&gt;TaskService (Activiti - Engine 5.22.0 API)&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like it's a limitation of the activiti-engine to store large data form property to history tables at the moment. Would you mind create a JIRA issue for this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thong&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 00:07:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23823#M10389</guid>
      <dc:creator>thuynh</dc:creator>
      <dc:date>2017-03-03T00:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Form properties values recording into Activiti6 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23824#M10390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eugene,&lt;/P&gt;&lt;P&gt;This is a lonbg standing issue with storing of form variables in the history tables.&lt;/P&gt;&lt;P&gt;The first time I ran across it was version 5.12.&lt;/P&gt;&lt;P&gt;A couple of options:&lt;BR /&gt;1. Don't use full or audit history log level&lt;/P&gt;&lt;P&gt;2. Dont save large form data (doesnt really make sense anyway)&lt;/P&gt;&lt;P&gt;3. Overload the history manager to handle long data (a pretty easy overload).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 13:44:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23824#M10390</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-03T13:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Form properties values recording into Activiti6 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23825#M10391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;B&gt;Thong Huynh&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply !&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;The&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;ACT_GE_BYTEARRAY&amp;nbsp;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;is used to store bytearray variable (serialized Java objects), process definition xml, and images.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;The ACT_HI_DETAIL is used to store historic data such as variables-update, submitted form properties&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I've noticed the over-sized text values of variables goes also in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Looks like your problem statement is this:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;When attempting&amp;nbsp;to submit a task form with a huge String value&amp;nbsp;via the&amp;nbsp;API WS&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://localhost:8082/activiti-app/api/form/form-data?taskId=172804" rel="nofollow noopener noreferrer" style="color: #1e88e5; border: 0px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;http://localhost:8082/activiti-app/api/form/form-data&lt;/A&gt;&lt;SPAN style="color: #727174; border: 0px;"&gt;&amp;nbsp;(POST) an error is raised claiming the value to be inserted into the&amp;nbsp;ACT_HI_DETAIL is too big&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That is correct.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Do you have to store this heavy variable in HI (history)? Are you using&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.activiti.org/javadocs/org/activiti/engine/FormService.html#submitTaskFormData-java.lang.String-java.util.Map-" rel="nofollow noopener noreferrer" style="color: #1e88e5; background-color: #ffffff; border: 0px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;FormService (Activiti - Engine 5.22.0 API)&lt;/A&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;method to submit and complete the task?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Using TaskService.complete(taskId) instead will avoid saving the variable to history tables and therefore avoid this issue.&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;(&lt;A href="https://www.activiti.org/javadocs/org/activiti/engine/TaskService.html#complete-java.lang.String-" rel="nofollow noopener noreferrer" style="color: #1e88e5; border: 0px; font-weight: inherit; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;TaskService (Activiti - Engine 5.22.0 API)&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you, this seems to be a very good idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Looks like it's a limitation of the activiti-engine to store large data form property to history tables at the moment. Would you mind create a JIRA issue for this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Finally I have fixed on our branch this limitation by imitating&amp;nbsp;the method&amp;nbsp;the Activiti engine is using to persist the serialized&amp;nbsp;variables and the patch&amp;nbsp;seems to work pretty well.&lt;/P&gt;&lt;P&gt;I will create the JIRA soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help !&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 13:48:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23825#M10391</guid>
      <dc:creator>edumitre</dc:creator>
      <dc:date>2017-03-03T13:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Form properties values recording into Activiti6 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23826#M10392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, BUT. act_g-bytearray is not used for history data.&lt;/P&gt;&lt;P&gt;See my earlier answer.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 13:54:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23826#M10392</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-03T13:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Form properties values recording into Activiti6 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23827#M10393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Greg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;Unfortunately we need to store the values entered by miscellaneous actors for audit and regulation needs.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;This is a long standing issue with storing of form variables in the history tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yeah, we have had this issue with Activiti 5 ant this was one on the main reasons we have to migrate to Activiti 6 which has pretty good support for huge variable values history recording.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Don't use full or audit history log level&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is the first thing I've tried but it had triggers some weird behaviors (form values no longer available between tasks ...), so I give up and I patched the code by imitating the way the activiti-engine stores big variable values.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Overload the history manager to handle long data (a pretty easy overload).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This seems to be cleaner than changing the activiti engine, I will&amp;nbsp;look how one&amp;nbsp;can accomplish that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 14:07:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23827#M10393</guid>
      <dc:creator>edumitre</dc:creator>
      <dc:date>2017-03-03T14:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Form properties values recording into Activiti6 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23828#M10394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greg, I agree the table &amp;nbsp;ACT_GE_BYTEARRAY is intended to be used mainly&amp;nbsp;for binary data storage.&lt;/P&gt;&lt;P&gt;However, it seems to me that the Activiti engine actually uses this table to record at least big text variable values history as we can see in the folloing classes in activiti-engine module: org.activiti.engine.impl.persistence.entity.HistoricDetailEntityManagerImpl#copyAndInsertHistoricDetailVariableInstanceUpdateEntity,&amp;nbsp;org.activiti.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity#getByteArrayRef, org.activiti.engine.impl.variable.LongStringType and&amp;nbsp;org.activiti.engine.impl.persistence.entity.ByteArrayRef&lt;/P&gt;&lt;P&gt;Also, both of the&amp;nbsp;ACT_HI_VARINST and ACT_HI_DETAIL tables has a&amp;nbsp;BYTEARRAY_ID_ column which seems to point to this table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 16:37:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23828#M10394</guid>
      <dc:creator>edumitre</dc:creator>
      <dc:date>2017-03-03T16:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Form properties values recording into Activiti6 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23829#M10395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point Eugene, I think those references have been in the tables for a long time and dont fit the strategy of separating runtime data from history data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 16:40:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23829#M10395</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-03T16:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Form properties values recording into Activiti6 problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23830#M10396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I see, many thanks, Greg, I will concentrate to the 3rd option of the list of alternatives you previously posted (&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Overload the history manager to handle long data)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 16:52:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/form-properties-values-recording-into-activiti6-problem/m-p/23830#M10396</guid>
      <dc:creator>edumitre</dc:creator>
      <dc:date>2017-03-03T16:52:20Z</dc:date>
    </item>
  </channel>
</rss>

