<?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: How to specify activiti:collection variables? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-activiti-collection-variables/m-p/232051#M185181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need process variable trees defined/evaluated in process or supplied to it in vars map on process start. Currently you only put 1 variable - garden&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2016 09:45:12 GMT</pubDate>
    <dc:creator>warper</dc:creator>
    <dc:date>2016-09-07T09:45:12Z</dc:date>
    <item>
      <title>How to specify activiti:collection variables?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-activiti-collection-variables/m-p/232049#M185179</link>
      <description>Greetings!I'd like to know how to work with multi-instance type SubProcesses.Process consist of 3 transactional subProcesses:Garden,Tree,Fance //as exampleTree subProcess should be done multiple times.Here is bpmn20.xml process template:&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;definitions xml</description>
      <pubDate>Tue, 06 Sep 2016 16:27:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-activiti-collection-variables/m-p/232049#M185179</guid>
      <dc:creator>rby</dc:creator>
      <dc:date>2016-09-06T16:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify activiti:collection variables?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-activiti-collection-variables/m-p/232050#M185180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a specific reason for using the transaction sub process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because I don't see any compensation events in the process definition, so you could use a standard subProcess element.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The trees collection is expected to be a variable in the process instance context. And in the code provided, I only see the garden variable being used to start the process instance. &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>Wed, 07 Sep 2016 09:29:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-activiti-collection-variables/m-p/232050#M185180</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2016-09-07T09:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify activiti:collection variables?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-activiti-collection-variables/m-p/232051#M185181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need process variable trees defined/evaluated in process or supplied to it in vars map on process start. Currently you only put 1 variable - garden&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 09:45:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-activiti-collection-variables/m-p/232051#M185181</guid>
      <dc:creator>warper</dc:creator>
      <dc:date>2016-09-07T09:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify activiti:collection variables?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-activiti-collection-variables/m-p/232052#M185182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At the moment i don't need to use transactions,I may use them in a scale,thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So do i need to specify &lt;/SPAN&gt;&lt;EM&gt;trees&lt;/EM&gt;&lt;SPAN&gt; collection before starting and use it to start the process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to integrate with &lt;/SPAN&gt;&lt;STRONG&gt;openstack&lt;/STRONG&gt;&lt;SPAN&gt; ,so mine task is to create &lt;/SPAN&gt;&lt;EM&gt;Tenant&lt;/EM&gt;&lt;SPAN&gt; (Garden), multiple &lt;/SPAN&gt;&lt;EM&gt;Networks&lt;/EM&gt;&lt;SPAN&gt; (Trees) and they should form &lt;/SPAN&gt;&lt;EM&gt;VM&lt;/EM&gt;&lt;SPAN&gt; (Fance). I can not specify their variables right before starting the &lt;/SPAN&gt;&lt;EM&gt;Tenant&lt;/EM&gt;&lt;SPAN&gt; sub process. The result of &lt;/SPAN&gt;&lt;EM&gt;Tenant&lt;/EM&gt;&lt;SPAN&gt; sub process should provide some information for &lt;/SPAN&gt;&lt;EM&gt;Networks&lt;/EM&gt;&lt;SPAN&gt; ,in the end &lt;/SPAN&gt;&lt;EM&gt;Networks&lt;/EM&gt;&lt;SPAN&gt; provide the information for creating &lt;/SPAN&gt;&lt;EM&gt;VM&lt;/EM&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 10:15:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-activiti-collection-variables/m-p/232052#M185182</guid>
      <dc:creator>rby</dc:creator>
      <dc:date>2016-09-07T10:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify activiti:collection variables?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-activiti-collection-variables/m-p/232053#M185183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you need to provide that collection when the execution arrives at that step in the process instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Either by an API call or by it is being set by a JavaDelegate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, you can have a bean (for example with Spring) that uses an expression like ${myBean.determineTrees(execution)}. That bean will be consulted when needed at runtime.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 09:36:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-specify-activiti-collection-variables/m-p/232053#M185183</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-09-08T09:36:52Z</dc:date>
    </item>
  </channel>
</rss>

