<?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: Not able to access a multiInstance variable of a subprocess in  errorEvent flow within the same subprobess  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-access-a-multiinstance-variable-of-a-subprocess-in/m-p/175055#M128185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unit tests are easy: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/activiti-unit-test-template" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/activiti-unit-test-template&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As Martin said, variables are available in an embedded subprocess.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 08:02:13 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2014-03-17T08:02:13Z</dc:date>
    <item>
      <title>Not able to access a multiInstance variable of a subprocess in  errorEvent flow within the same subprobess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-access-a-multiinstance-variable-of-a-subprocess-in/m-p/175052#M128182</link>
      <description>Hi, I want to write an error handling flow in which I can fix the individual element(user task) of a list based upon error in a sub process.AS per the example, I have created a su process which has multiInstance loop and has local variable "name". at a specific condition I throw and error and will b</description>
      <pubDate>Tue, 11 Mar 2014 01:23:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-access-a-multiinstance-variable-of-a-subprocess-in/m-p/175052#M128182</guid>
      <dc:creator>onlyhemant2410</dc:creator>
      <dc:date>2014-03-11T01:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access a multiInstance variable of a subprocess in  errorEvent flow within the same subprobess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-access-a-multiinstance-variable-of-a-subprocess-in/m-p/175053#M128183</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;Documentation says (&lt;/SPAN&gt;&lt;A href="http://www.activiti.org/userguide/#bpmnSubProcess" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/#bpmnSubProcess&lt;/A&gt;&lt;SPAN&gt;) that variables should be accessible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you create jUnit test for it please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 07:47:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-access-a-multiinstance-variable-of-a-subprocess-in/m-p/175053#M128183</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-03-11T07:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access a multiInstance variable of a subprocess in  errorEvent flow within the same subprobess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-access-a-multiinstance-variable-of-a-subprocess-in/m-p/175054#M128184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Martin, this is my first time posting a question on activiti forum and I must appreciate the community, incredibly fast turnaround time, thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have a junit but this is how I was executing the code. Let me see how could I create a junit for it (need to look at documentation.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Map&amp;lt;String, Object&amp;gt; properties = new HashMap&amp;lt;String, Object&amp;gt;();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;String[] names = {"Jerry", "Rajeev", "Vijay","Hemant"};&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;properties.put("names", Arrays.asList(names));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;runtimeService.startProcessInstanceByKey("InnerLoopEventProcess", properties);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please let me know if this is helpful, thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 17:33:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-access-a-multiinstance-variable-of-a-subprocess-in/m-p/175054#M128184</guid>
      <dc:creator>onlyhemant2410</dc:creator>
      <dc:date>2014-03-11T17:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access a multiInstance variable of a subprocess in  errorEvent flow within the same subprobess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/not-able-to-access-a-multiinstance-variable-of-a-subprocess-in/m-p/175055#M128185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unit tests are easy: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/activiti-unit-test-template" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/activiti-unit-test-template&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As Martin said, variables are available in an embedded subprocess.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 08:02:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/not-able-to-access-a-multiinstance-variable-of-a-subprocess-in/m-p/175055#M128185</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-03-17T08:02:13Z</dc:date>
    </item>
  </channel>
</rss>

