<?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 process instance know, the next step to execute in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177415#M130545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So whenever server is restarted the bytecode taken from the database, parsed and loaded in to the memory?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2015 00:12:29 GMT</pubDate>
    <dc:creator>meenakshi</dc:creator>
    <dc:date>2015-05-05T00:12:29Z</dc:date>
    <item>
      <title>how process instance know, the next step to execute</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177413#M130543</link>
      <description>Hi,I would like to know how bpm files processed. When We&amp;nbsp; Configure xml file like below then what happens .&amp;nbsp; &amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&amp;nbsp; &amp;lt;property name="deploymentResources" &amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;list&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;value&amp;gt;</description>
      <pubDate>Fri, 01 May 2015 13:55:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177413#M130543</guid>
      <dc:creator>meenakshi</dc:creator>
      <dc:date>2015-05-01T13:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: how process instance know, the next step to execute</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177414#M130544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would recommend that you read &lt;/SPAN&gt;&lt;EM&gt;6.3. Versioning of process definitions&lt;/EM&gt;&lt;SPAN&gt; section of the user guide&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACT_RE_PROCDEF table contains the basic information of process definitions, the actual bpm file is stored in the ACT_GE_BYTEARRAY table. Process instances information are saved in ACT_HI_PROCINST table which contains a reference to the process definition (including the specific version) used.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2015 20:32:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177414#M130544</guid>
      <dc:creator>balsarori</dc:creator>
      <dc:date>2015-05-03T20:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: how process instance know, the next step to execute</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177415#M130545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So whenever server is restarted the bytecode taken from the database, parsed and loaded in to the memory?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 00:12:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177415#M130545</guid>
      <dc:creator>meenakshi</dc:creator>
      <dc:date>2015-05-05T00:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: how process instance know, the next step to execute</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177416#M130546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Only when needed. Whenever bytecode (xml of a process definition) is requested or needed it's fetched from the database, parsed and loaded into memory. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 02:16:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177416#M130546</guid>
      <dc:creator>balsarori</dc:creator>
      <dc:date>2015-05-05T02:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: how process instance know, the next step to execute</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177417#M130547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What does mean by whenever needed? Do you mean when taskService.complete() called that time also it happens? It takes the corresponding process, parse, load and then see which step to execute next?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 09:27:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177417#M130547</guid>
      <dc:creator>meenakshi</dc:creator>
      <dc:date>2015-05-05T09:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: how process instance know, the next step to execute</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177418#M130548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Means that not all process definitions are loaded to memory at once. Only when an operation that involves dealing with a process definition that isn't loaded it gets fetched from the database, parsed, and loaded to memory.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 14:23:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177418#M130548</guid>
      <dc:creator>balsarori</dc:creator>
      <dc:date>2015-05-05T14:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: how process instance know, the next step to execute</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177419#M130549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Operation means taskService.complete(taskId)&amp;nbsp;&amp;nbsp; or something else?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:17:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177419#M130549</guid>
      <dc:creator>meenakshi</dc:creator>
      <dc:date>2015-05-05T15:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: how process instance know, the next step to execute</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177420#M130550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any operation that need a process definition. Complete task is but one example&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 13:10:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177420#M130550</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-05-07T13:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: how process instance know, the next step to execute</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177421#M130551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So whenever I invoke the sub workflow through callActivity , that time sub workflow will be parsed and loaded into the memory, Is this not the performance hit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And in multi jvm environment, how it works , if one JVM is already loaded one bpm in memory and second time , if it goes to second JVM, then even if it is second time operation and not loaded in second jvm it will again parse and load in memory? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 09:46:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177421#M130551</guid>
      <dc:creator>meenakshi</dc:creator>
      <dc:date>2015-05-08T09:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: how process instance know, the next step to execute</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177422#M130552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's only happening on the first occurrence, and the parsing is quite fast.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In a multi JVM environment, all engines will have their own process definition cache, so yes, every engine loads the process definition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 12:53:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-process-instance-know-the-next-step-to-execute/m-p/177422#M130552</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-05-13T12:53:35Z</dc:date>
    </item>
  </channel>
</rss>

