<?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: multiInstanceLoopCharacteristics with an empty list in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72129#M46819</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;What is the status of this request ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it already included in latest version of Activiti ? Is it planned to include it ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a lots of cases where the multi instance collection is generated dynamically and empty lists are a valid result from the service point of view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Guillaume. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 12:19:49 GMT</pubDate>
    <dc:creator>guillaume1</dc:creator>
    <dc:date>2015-06-22T12:19:49Z</dc:date>
    <item>
      <title>multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72113#M46803</link>
      <description>Hello,I'm using a multiInstanceLoopCharacteristics with a List in my Activiti process. It works fine, except when the list is empty (the list is not null, it's just empty).When the list is empty I have this error :19 mai 2011 16:42:14 org.activiti.engine.impl.interceptor.CommandContext closeGRAVE: E</description>
      <pubDate>Thu, 19 May 2011 15:31:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72113#M46803</guid>
      <dc:creator>harry11</dc:creator>
      <dc:date>2011-05-19T15:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72114#M46804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The error says it should be a positive integer. 0 not being that (nor a negative integer) And knowing Joram, I think it is implemented correctly. If you doubt this look at the specs. To prevent this, just add an exclusive gateway in front of it that does the 0 size check and bypasses this specific node.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 00:16:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72114#M46804</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-05-20T00:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72115#M46805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;(Thank you for your answer, I fixed my problem this way, with gateways)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't find any information in the BPMN spec about the multiInstanceLoopCharacteristics semantic. I found in the Activiti user guide :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;"A multi-instance activity is a way of defining repetition for a certain step in a business process. In programming concepts, a multi-instance matches the &lt;STRONG style="color: #FF0000;"&gt;for each&lt;/STRONG&gt; construct: it allows to execute a certain step or even a complete subprocess for each item in a given collection, sequentially or in parallel. "&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;For instance, in Java, when using the for each loop, the following code doesn't throw any exception :&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;List&amp;lt;String&amp;gt; list = new ArrayList&amp;lt;String&amp;gt;();&lt;BR /&gt;&amp;nbsp; for (String aString : list)&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; // doStuff&lt;BR /&gt;&amp;nbsp;&amp;nbsp; assertEquals("Hello", aString);&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;The loop is skipped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually I think that "positive integer" usually refers to positives numbers + 0, and "strictly positive integer" doesn't include 0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 08:12:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72115#M46805</guid>
      <dc:creator>harry11</dc:creator>
      <dc:date>2011-05-20T08:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72116#M46806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Actually I think that "positive integer" usualy refers to positives numbers + 0, and "strictly positive integer" doesn't include 0.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Not in xsd's &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and java is java (not bpmn or xml).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But… I did scan the spec to and there is indeed no reference that it might not be a size of 0 and what the behaviour should be then. I might have missed something though… question for the experts…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 12:54:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72116#M46806</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-05-20T12:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72117#M46807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is exactly the issue? It doesn't make sense to have an multi-activity be have zero instances executed (messes up the flow history as well)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 13:46:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72117#M46807</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-05-20T13:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72118#M46808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What is exactly the issue? It doesn't make sense to have an multi-activity be have zero instances executed (messes up the flow history as well)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, sometimes, in my case, I need to have 0 instance executed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No instance -&amp;gt; the loop is skipped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That's the way the for each loop usually works, isn't it ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 14:01:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72118#M46808</guid>
      <dc:creator>harry11</dc:creator>
      <dc:date>2011-05-20T14:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72119#M46809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's how it works in porgramming, true &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; But the foreach was just mentioned in userguide to make analogy with the concept of looping over each item…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only workaround I can think of is modeling a exclusive gateway around the MI-activity which checks the list's size for 0…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 14:11:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72119#M46809</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-05-20T14:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72120#M46810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Right, the exclusive gateway trick is the solution I use. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I let this topic open since I think it needs to be checked, then added in the Activiti User Guide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks every one for your help &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 14:17:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72120#M46810</guid>
      <dc:creator>harry11</dc:creator>
      <dc:date>2011-05-20T14:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72121#M46811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What is exactly the issue? It doesn't make sense to have an multi-activity be have zero instances executed (messes up the flow history as well)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Why does it mess up the flow history? Because Activiti implements this in a specific way (it is Activiti specific anyway) ? That should be the argument. With multi instances there is an inner and outer part. The outer part could still be 'executed' e.g. So no problem with the history flow then. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But these are implementation issues. I'm more curious to whether it is allowd according to the spec to have a size of zero. I read about a default of 1 if you do not want it base on the size of something you pass in and do not provide an explicit number. Further more the explicit number you can provide must be an xsd:integer, so even a&amp;nbsp; -1 could be provided… A size of -1 is difficult, but a size of 0 not… So… food for thought&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 15:07:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72121#M46811</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-05-20T15:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72122#M46812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ronald, you're right, it won't mess up history since there have inner and outer executions (my bad) &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; Spec doesn't seem to mention any limititations on the number of items in the collection…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 09:49:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72122#M46812</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-05-23T09:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72123#M46813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;(my bad) &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't know everything, believe me…… I've tried…. for several hundered years now…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 11:06:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72123#M46813</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-05-23T11:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72124#M46814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can't know everything, believe me…… I've tried…. for several hundered years now…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;ROFL&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 08:02:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72124#M46814</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-05-25T08:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72125#M46815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is annoying having extra gateway to test collection emptiness. If you see no reason to restrict empty collections maybe they could be allowed? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 11:42:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72125#M46815</guid>
      <dc:creator>p4w3l</dc:creator>
      <dc:date>2013-05-17T11:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72126#M46816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I second that, if it doesn't violate the BPMN2 spec or any other standards, it would be more convenient to skip for-each loops on empty collections without using an additional gateway&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 May 2013 08:37:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72126#M46816</guid>
      <dc:creator>melentye</dc:creator>
      <dc:date>2013-05-18T08:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72127#M46817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Fastest way to get this fixed is to fork the code on github, createva patch, add a testcase and make sure all other tests still run fine. Then createva pull request et voila…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 May 2013 09:44:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72127#M46817</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2013-05-19T09:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72128#M46818</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;I ran into the same situation, and I've made the modification as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here you go: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/pull/364" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/pull/364&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I also raise a Jira ticket for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dromie&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 11:41:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72128#M46818</guid>
      <dc:creator>dromie</dc:creator>
      <dc:date>2014-09-09T11:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72129#M46819</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;What is the status of this request ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it already included in latest version of Activiti ? Is it planned to include it ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a lots of cases where the multi instance collection is generated dynamically and empty lists are a valid result from the service point of view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Guillaume. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 12:19:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72129#M46819</guid>
      <dc:creator>guillaume1</dc:creator>
      <dc:date>2015-06-22T12:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: multiInstanceLoopCharacteristics with an empty list</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72130#M46820</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;yes it is supported since September 2014. e.g &lt;/SPAN&gt;&lt;CODE&gt;org.activiti.engine.test.bpmn.multiinstance.MultiInstanceTest#testSequentialEmptyCollection&lt;/CODE&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, 23 Jun 2015 06:22:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiinstanceloopcharacteristics-with-an-empty-list/m-p/72130#M46820</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-06-23T06:22:00Z</dc:date>
    </item>
  </channel>
</rss>

