<?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: Variables in a sub process in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78033#M51711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If I do not do this, the parent process knows nothing about the "decision" variable.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I get an "Unknown variable used in expression" exception. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;embedded subprocesses share the same variable context as the parent process instance, wo why do you need to set them explicitely?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;So, if this is true, I should never get the above exception and I also have to worry about concurrency when I have a multi-instance sub-process as the last sub-process to set the variable will overwrite any previous value and different sub-processes would constantly be overwriting each other's values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Walter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2011 08:57:17 GMT</pubDate>
    <dc:creator>walterjs</dc:creator>
    <dc:date>2011-07-18T08:57:17Z</dc:date>
    <item>
      <title>Variables in a sub process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78031#M51709</link>
      <description>I have a simple approval sub process that can have multiple instances created at a time. I want to use the result of the approval in the parent process. As soon as anybody rejects, all other instances are destroyed and the process is rejected. Basically it needs 100% approval by everybody. This all</description>
      <pubDate>Thu, 07 Jul 2011 08:23:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78031#M51709</guid>
      <dc:creator>walterjs</dc:creator>
      <dc:date>2011-07-07T08:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in a sub process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78032#M51710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;embedded subprocesses share the same variable context as the parent process instance, wo why do you need to set them explicitely?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 09:29:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78032#M51710</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-07-11T09:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in a sub process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78033#M51711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If I do not do this, the parent process knows nothing about the "decision" variable.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I get an "Unknown variable used in expression" exception. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;embedded subprocesses share the same variable context as the parent process instance, wo why do you need to set them explicitely?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;So, if this is true, I should never get the above exception and I also have to worry about concurrency when I have a multi-instance sub-process as the last sub-process to set the variable will overwrite any previous value and different sub-processes would constantly be overwriting each other's values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Walter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 08:57:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78033#M51711</guid>
      <dc:creator>walterjs</dc:creator>
      <dc:date>2011-07-18T08:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in a sub process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78034#M51712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That will depend on how you configure your multi instance (sequential will try to reuse the execution).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can put it in a unit test, I can better understand what you are trying to do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 10:18:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78034#M51712</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-07-19T10:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in a sub process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78035#M51713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah, ok. I understand your previous post now. The sub-process is not running sequentially, so therefore it will not use the parent execution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question really was just if there was a way to output variables from an embedded sub-process like with a call activity so that I didn't have to add the service task to set the variable. If not, I will make do with the service task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will submit a unit test today hopefully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Walter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 10:34:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78035#M51713</guid>
      <dc:creator>walterjs</dc:creator>
      <dc:date>2011-07-19T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in a sub process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78036#M51714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi I am unable to return a variable from the subprocess to its parent process .I am using a call activity to sequentially call a process and on rejection inside the subprocess i want to terminate the main processs&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 11:19:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/variables-in-a-sub-process/m-p/78036#M51714</guid>
      <dc:creator>yogesh1454</dc:creator>
      <dc:date>2015-08-06T11:19:38Z</dc:date>
    </item>
  </channel>
</rss>

