<?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 Persisting to a Custom Table in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/persisting-to-a-custom-table/m-p/169640#M123010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to use Activiti to persist to one of my custom tables using the built in functionality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am building a workflow process. The process and my business data needs to be in sync. I have tried to achieve this using the example from the Activiti in Action book ( 6.3.2 Implementing a process with JPA extensions). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The object that I am tryings to save is being serialised and saved into Activiti tables. I can confirm that I can retrieve this object but I do not want to save the java object. I want it to create / update a custom business table in the database. I though that this is what the example in the book was all about.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After reading various posts, it has become unclear if this is possible. I have read that I would need to link the Activiti process with my custom business tables using a "reference variable" technique.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Can I use an Activiti process to persist to my custom tables?&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Feb 2014 09:24:39 GMT</pubDate>
    <dc:creator>taher</dc:creator>
    <dc:date>2014-02-03T09:24:39Z</dc:date>
    <item>
      <title>Persisting to a Custom Table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/persisting-to-a-custom-table/m-p/169640#M123010</link>
      <description>I am trying to use Activiti to persist to one of my custom tables using the built in functionality.I am building a workflow process. The process and my business data needs to be in sync. I have tried to achieve this using the example from the Activiti in Action book ( 6.3.2 Implementing a process wi</description>
      <pubDate>Mon, 03 Feb 2014 09:24:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/persisting-to-a-custom-table/m-p/169640#M123010</guid>
      <dc:creator>taher</dc:creator>
      <dc:date>2014-02-03T09:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Persisting to a Custom Table</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/persisting-to-a-custom-table/m-p/169641#M123011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;take a look at chapter 10 of the user guide. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the trick is to define a jpa entity.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when your process starts, create an instance of this entity in a service task and save it in the database and in an activiti result variable. this result variable is stored in act_ru_variable (and act_hi_varinst). the type_ column will contain the string "jpa-entity" and the text_ column will contain the class name of your your jpa entity class. text_2 will contain the id of the entity. with this information activiti seems to be able to instantiate the object later.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;oliver&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 18:01:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/persisting-to-a-custom-table/m-p/169641#M123011</guid>
      <dc:creator>ollib</dc:creator>
      <dc:date>2014-02-05T18:01:14Z</dc:date>
    </item>
  </channel>
</rss>

