<?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: Stringlist parameter pass to Context.StartWorkflow in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320863#M7864</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jan 2015 11:44:29 GMT</pubDate>
    <dc:creator>Vladimir_Pasqui</dc:creator>
    <dc:date>2015-01-12T11:44:29Z</dc:date>
    <item>
      <title>Stringlist parameter pass to Context.StartWorkflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320858#M7859</link>
      <description>&lt;P&gt;How should the stringlist parameter be passed to Context.StartWorkflow in the proper way?
I have tried:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;participants=@{Context["participants"]}
participants=@{java.util.Arrays.asList(Context["participants"])}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 30 Nov 2014 11:26:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320858#M7859</guid>
      <dc:creator>adam_bo_</dc:creator>
      <dc:date>2014-11-30T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Stringlist parameter pass to Context.StartWorkflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320859#M7860</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If you want to put a list like for instance a NodeVariables["assignees"], You can do this:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Set Context Variable
name: participants
value: @{new java.util.ArrayList()}&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Run Script
script: java.util.Collections.addAll(Context["participants"], java.util.Arrays.asList(NodeVariables["assignees"]));&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Using Collections.addAll method.&lt;/P&gt;
&lt;P&gt;Hope it helps&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2014 12:05:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320859#M7860</guid>
      <dc:creator>Vladimir_Pasqui</dc:creator>
      <dc:date>2014-12-02T12:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stringlist parameter pass to Context.StartWorkflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320860#M7861</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2014 15:44:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320860#M7861</guid>
      <dc:creator>adam_bo_</dc:creator>
      <dc:date>2014-12-02T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Stringlist parameter pass to Context.StartWorkflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320861#M7862</link>
      <description>&lt;P&gt;Can you give me your complete use case?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2014 16:41:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320861#M7862</guid>
      <dc:creator>Vladimir_Pasqui</dc:creator>
      <dc:date>2014-12-02T16:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Stringlist parameter pass to Context.StartWorkflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320862#M7863</link>
      <description>&lt;P&gt;This is an example&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2014 14:18:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320862#M7863</guid>
      <dc:creator>adam_bo_</dc:creator>
      <dc:date>2014-12-05T14:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Stringlist parameter pass to Context.StartWorkflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320863#M7864</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2015 11:44:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/stringlist-parameter-pass-to-context-startworkflow/m-p/320863#M7864</guid>
      <dc:creator>Vladimir_Pasqui</dc:creator>
      <dc:date>2015-01-12T11:44:29Z</dc:date>
    </item>
  </channel>
</rss>

