<?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: How about the process execution mechanism in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-about-the-process-execution-mechanism/m-p/55444#M33315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1: no, it is parsed deploytime&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2: the _RU (runtime) and _HI (history) tables contain similar information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2011 07:09:10 GMT</pubDate>
    <dc:creator>ronald_van_kuij</dc:creator>
    <dc:date>2011-07-20T07:09:10Z</dc:date>
    <item>
      <title>How about the process execution mechanism</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-about-the-process-execution-mechanism/m-p/55443#M33314</link>
      <description>I am studying activiti 5.6, and have some doubt about it. Can anyone tell me?1. I define a process in Eclipse, and generate a bpmn xml file. I deploy to DB, it will insert a record in ACT_RE_DEPLOYMENT table.But I want to know if each time the process flow to next task, the ACTIVITI ENGINE will extr</description>
      <pubDate>Wed, 20 Jul 2011 02:23:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-about-the-process-execution-mechanism/m-p/55443#M33314</guid>
      <dc:creator>lifejoice</dc:creator>
      <dc:date>2011-07-20T02:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: How about the process execution mechanism</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-about-the-process-execution-mechanism/m-p/55444#M33315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1: no, it is parsed deploytime&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2: the _RU (runtime) and _HI (history) tables contain similar information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 07:09:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-about-the-process-execution-mechanism/m-p/55444#M33315</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-07-20T07:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: How about the process execution mechanism</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-about-the-process-execution-mechanism/m-p/55445#M33316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks ronald.van.kuijk. Ask some more questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I see the source code, and it looks like that the ENGINE will save the bpmn20.xml file in ACT_GE_BYTEARRAY as byte, is it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The ENGINE also will save the process definition picture in ACT_GE_BYTEARRAY as byte, is it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Is it use the DeploymentCache to cache the deployment?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 10:03:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-about-the-process-execution-mechanism/m-p/55445#M33316</guid>
      <dc:creator>lifejoice</dc:creator>
      <dc:date>2011-07-20T10:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: How about the process execution mechanism</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-about-the-process-execution-mechanism/m-p/55446#M33317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi lifejoice, you're right!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I see the source code, and it looks like that the ENGINE will save the bpmn20.xml file in ACT_GE_BYTEARRAY as byte, is it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The ENGINE also will save the process definition picture in ACT_GE_BYTEARRAY as byte, is it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are always two rows on this table per deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Is it use the DeploymentCache to cache the deployment?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you're right again. There is a cache inside this class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Precissely by this attribute: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;protected Map&amp;lt;String, ProcessDefinitionEntity&amp;gt; processDefinitionCache = new HashMap&amp;lt;String, ProcessDefinitionEntity&amp;gt;();&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 19:09:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-about-the-process-execution-mechanism/m-p/55446#M33317</guid>
      <dc:creator>franklin</dc:creator>
      <dc:date>2011-07-21T19:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: How about the process execution mechanism</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-about-the-process-execution-mechanism/m-p/55447#M33318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello, FrankLin:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply. It's useful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 02:48:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-about-the-process-execution-mechanism/m-p/55447#M33318</guid>
      <dc:creator>lifejoice</dc:creator>
      <dc:date>2011-07-28T02:48:47Z</dc:date>
    </item>
  </channel>
</rss>

