<?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: Possible Error in the activiti.oracle.create.engine.sql in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172781#M125976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No! I will try it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 12:01:04 GMT</pubDate>
    <dc:creator>casten2809</dc:creator>
    <dc:date>2014-05-22T12:01:04Z</dc:date>
    <item>
      <title>Possible Error in the activiti.oracle.create.engine.sql</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172775#M125970</link>
      <description>I use Activiti since maybe one year.Now I use the ACT_RU_VARIABLE table to get the PROC_INST_ID of the execution.I use this, becaus I think this is one of the the easiest way to get the PROC_INST_ID.Now the Problem:If I create a processdefinition with a Parallel-Gateway( and I know the ExecutionId a</description>
      <pubDate>Fri, 04 Apr 2014 09:28:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172775#M125970</guid>
      <dc:creator>casten2809</dc:creator>
      <dc:date>2014-04-04T09:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Error in the activiti.oracle.create.engine.sql</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172776#M125971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; I see that ExecutionId and the ProcessInstanceId are the same at the table &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A process instance in activiti is also an execution. More specifically, a process instance is the root of an execution tree. If your process is simple enough, you will there is only one execution. Which is also your process instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In a more complex process, there will be a whole hierarchy of executions for a process instance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 08:35:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172776#M125971</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-04-22T08:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Error in the activiti.oracle.create.engine.sql</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172777#M125972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; "In a more complex process, there will be a whole hierarchy of executions for a process instance."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is the Problem I mean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use a Parallel Gateway there should be two Variables with the same Processinstance ID and different Executionen ID, but there ae only on with the same EXECUTION_ID_ like the PROC_INST_ID_ by the table ACT_RU_VARIABLE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The Execution ID is thr Processinstaance ID in this table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 11:46:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172777#M125972</guid>
      <dc:creator>casten2809</dc:creator>
      <dc:date>2014-04-22T11:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Error in the activiti.oracle.create.engine.sql</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172778#M125973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, the Activiti engine is smart enough to recycle certain executions, and reuse the same execution for multiple purposes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could show your problem in a unit test it would clarify things a lot for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 07:13:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172778#M125973</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-04-24T07:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Error in the activiti.oracle.create.engine.sql</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172779#M125974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here an Example of my Database-Entry:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ACT_RU_EXECUTION:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;table&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt;ID_ &amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt;REV_&amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt; PROC_INST_ID_ &amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt;PARENT_ID_ &amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt;&amp;nbsp; PROC_DEF_ID_&amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt;&amp;nbsp; ACT_ID_&amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;3213&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;5&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;3213&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt; vertragsanbahnung:48:3210&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;parallelGateway1&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;3366&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;3213&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;3213&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;vertragsanbahnung:48:3210&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;userTask1&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;3367&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;3213&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;3213&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;vertragsanbahnung:48:3210&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;userTask2&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/table&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACT_RU_VARIABLE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;table&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt;ID_ &amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt;REV_&amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt;TYPE_ &amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt;NAME_ &amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt;EXECUTION_ID_ &amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt;PROC_INST_ID &amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;th&amp;gt;TEXT_&amp;lt;/th&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;3250&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;string&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;result&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;3213&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;3213&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;td&amp;gt;400&amp;lt;/td&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/tr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/table&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Entry by the ACT_RU _VARIABLE should be the variables of the Execution "3367" and not the Variables of the whole Process (3213).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 07:52:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172779#M125974</guid>
      <dc:creator>casten2809</dc:creator>
      <dc:date>2014-05-22T07:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Error in the activiti.oracle.create.engine.sql</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172780#M125975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok I see. Did you try .setVariableLocal (or any method that allows you to put vars locally?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 11:33:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172780#M125975</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-05-22T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Possible Error in the activiti.oracle.create.engine.sql</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172781#M125976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No! I will try it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 12:01:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/possible-error-in-the-activiti-oracle-create-engine-sql/m-p/172781#M125976</guid>
      <dc:creator>casten2809</dc:creator>
      <dc:date>2014-05-22T12:01:04Z</dc:date>
    </item>
  </channel>
</rss>

