<?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: var_type in the act_hi_detail table always 'string' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/var-type-in-the-act-hi-detail-table-always-string/m-p/153888#M108428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, yup.&amp;nbsp; It was how we were storing them.&amp;nbsp; Like I mentioned, I am new to this. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like we take a JSON payload which is just a map of Strings to Strings.&amp;nbsp; So we are storing them all as String objects which I'm assuming Activiti will store as a "string" type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick response and sorry for posting such a simple question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Dec 2013 19:09:22 GMT</pubDate>
    <dc:creator>troy_doty</dc:creator>
    <dc:date>2013-12-13T19:09:22Z</dc:date>
    <item>
      <title>var_type in the act_hi_detail table always 'string'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/var-type-in-the-act-hi-detail-table-always-string/m-p/153885#M108425</link>
      <description>I am trying to understand why this column's value is always null.&amp;nbsp; I was hoping that the data type would key off of the FormData's type.&amp;nbsp; However, even if I have a variable set to a "date", it will insert "string" as the type.&amp;nbsp; I'm not concerned with the value always going in the text column, but I'</description>
      <pubDate>Thu, 12 Dec 2013 21:56:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/var-type-in-the-act-hi-detail-table-always-string/m-p/153885#M108425</guid>
      <dc:creator>troy_doty</dc:creator>
      <dc:date>2013-12-12T21:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: var_type in the act_hi_detail table always 'string'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/var-type-in-the-act-hi-detail-table-always-string/m-p/153886#M108426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Troy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Following test shows how variables are handled&amp;nbsp; in activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/test/java/org/activiti/examples/variables/VariablesTest.java?source=cc" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/test/java/org/activiti/examples/variables/VariablesTest.java?source=cc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are different types in the type_ column&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CustomVariableType&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bytes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;string&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;long&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;short&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;integer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;string&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;date&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;serializable&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 07:42:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/var-type-in-the-act-hi-detail-table-always-string/m-p/153886#M108426</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2013-12-13T07:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: var_type in the act_hi_detail table always 'string'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/var-type-in-the-act-hi-detail-table-always-string/m-p/153887#M108427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you show us HOW you add the variables to the process (java-code)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 07:53:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/var-type-in-the-act-hi-detail-table-always-string/m-p/153887#M108427</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-12-13T07:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: var_type in the act_hi_detail table always 'string'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/var-type-in-the-act-hi-detail-table-always-string/m-p/153888#M108428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, yup.&amp;nbsp; It was how we were storing them.&amp;nbsp; Like I mentioned, I am new to this. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like we take a JSON payload which is just a map of Strings to Strings.&amp;nbsp; So we are storing them all as String objects which I'm assuming Activiti will store as a "string" type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick response and sorry for posting such a simple question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 19:09:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/var-type-in-the-act-hi-detail-table-always-string/m-p/153888#M108428</guid>
      <dc:creator>troy_doty</dc:creator>
      <dc:date>2013-12-13T19:09:22Z</dc:date>
    </item>
  </channel>
</rss>

