<?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: Collection variable en REST API in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197339#M150469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; to turn the string into a collection&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's an option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know from the top of my head which data types the rest api accepts. But a collection of primitive data types should be there, if not it would be most useful to add it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 14:06:28 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2015-01-21T14:06:28Z</dc:date>
    <item>
      <title>Collection variable en REST API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197332#M150462</link>
      <description>I 'm using a multi instance task in activiti, and when i start a process, i post a variable which will be use in the multi itance "Collection". Each time, Activiti has an error message such as "Varaible …. is not a Collection". I don't find in the documentation how to set with the REST Api à colleti</description>
      <pubDate>Mon, 23 Jun 2014 09:25:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197332#M150462</guid>
      <dc:creator>harold</dc:creator>
      <dc:date>2014-06-23T09:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Collection variable en REST API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197333#M150463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't believe it is currently supported in the rest api like that. A serialized arraylist might work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But nointheless, it makes sense to have it. Could you create a jira issue to follow up?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 08:57:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197333#M150463</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-04T08:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Collection variable en REST API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197334#M150464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I apologize; it work well &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; , it was a mistake&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 09:00:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197334#M150464</guid>
      <dc:creator>harold</dc:creator>
      <dc:date>2014-07-04T09:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Collection variable en REST API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197335#M150465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay - thanks for posting back though&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 13:16:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197335#M150465</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-07T13:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Collection variable en REST API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197336#M150466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't find the way of starting a process with REST which has got a variable (called list_of_assignees) type string.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use the variable in a loop this way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;multiInstanceLoopCharacteristics isSequential="false" activiti:collection="${list_of_assignees}" activiti:elementVariable="assignee"&amp;gt;&amp;lt;/multiInstanceLoopCharacteristics&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try to start the process setting a list of user names (comma separated), the errorMessage shows that the variable 'didn't resolve to a Collection'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anybody give me a hand?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 13:37:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197336#M150466</guid>
      <dc:creator>busy</dc:creator>
      <dc:date>2015-01-14T13:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Collection variable en REST API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197337#M150467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, the error message basically says it all. The variable needs to be a Collection and not a comma separated string.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 11:42:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197337#M150467</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-01-16T11:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Collection variable en REST API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197338#M150468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Of course, but there is no kind of "collection" data type, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, should I include some scriptTask to turn the string into a collection?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will be welcome!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 12:29:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197338#M150468</guid>
      <dc:creator>busy</dc:creator>
      <dc:date>2015-01-19T12:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Collection variable en REST API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197339#M150469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; to turn the string into a collection&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's an option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know from the top of my head which data types the rest api accepts. But a collection of primitive data types should be there, if not it would be most useful to add it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:06:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197339#M150469</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-01-21T14:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Collection variable en REST API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197340#M150470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I managed to start the process posting the variable (string) as a collection this way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"value":["USER1","USER2"]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;, it was just a JSON question &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 12:45:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/collection-variable-en-rest-api/m-p/197340#M150470</guid>
      <dc:creator>busy</dc:creator>
      <dc:date>2015-01-26T12:45:07Z</dc:date>
    </item>
  </channel>
</rss>

