<?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 Parallel Tasks Problem in 5.11 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/parallel-tasks-problem-in-5-11/m-p/121396#M85529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Please any one help me on the following issue, what I am getting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I have created one parallel process, please see the url "&lt;/SPAN&gt;&lt;A href="http://demofans.com/PPP.JPG" rel="nofollow noopener noreferrer"&gt;http://demofans.com/PPP.JPG&lt;/A&gt;&lt;SPAN&gt;" to refer the attached process diagram. When I start the process , its creating 2 tasks with different "Execution Id" and same "Process Instance Id" in "act_ru_tasks table". Then , I completed the one of the user task using activiti API RuntimeService.complete(taskId,variables). Now, I need to get the variables for next user task in the another lane. So, I used RuntimeServices.getVariables(executionId) API to get the variables, but I got, first lane UserTask variable values in second UserTask Lane. As per the diagram, I got a values of "Mobile Details" in "User Details". By, the way in the act_ru_variable and act_hi_varinst tables its saved execution_id_ and proc_inst_id_ or same as proc_inst_id_ of parent process id_. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Is it right or not? if , it is right , how do I handle variable values in different lane differently but with same variable name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;s.selvakumar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2013 10:55:48 GMT</pubDate>
    <dc:creator>santharamselva</dc:creator>
    <dc:date>2013-01-24T10:55:48Z</dc:date>
    <item>
      <title>Parallel Tasks Problem in 5.11</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-tasks-problem-in-5-11/m-p/121396#M85529</link>
      <description>Hi, &amp;nbsp; Please any one help me on the following issue, what I am getting.&amp;nbsp; I have created one parallel process, please see the url "http://demofans.com/PPP.JPG" to refer the attached process diagram. When I start the process , its creating 2 tasks with different "Execution Id" and same "Process Instan</description>
      <pubDate>Thu, 24 Jan 2013 10:55:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-tasks-problem-in-5-11/m-p/121396#M85529</guid>
      <dc:creator>santharamselva</dc:creator>
      <dc:date>2013-01-24T10:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Tasks Problem in 5.11</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-tasks-problem-in-5-11/m-p/121397#M85530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Variables set with the "setVariables()" command on a child-execution, are by default set on the process-instance UNLESS the variable is defined locally on that execution, or on a parent execution in the tree (the variable-set request will bubble up the execution-tree until an execution is found where the variable is set locally, and will set the value there). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So in your case, the variables will be set on the process-instance, rather than on the mobile or user-execution. To prevent this, you should call setVariable(s)Local(executionId, …). This will keep the variables stored on the child-execution. Beware, that all variables that are needed after the parallel-paths joins again, should be set explicit ally on the process-instance. Once the parallel paths disappear, the variables for it, are destroyed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 11:01:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-tasks-problem-in-5-11/m-p/121397#M85530</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-24T11:01:41Z</dc:date>
    </item>
  </channel>
</rss>

