<?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: Dynamic fork in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209632#M162762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I get a "completed" message at the end. I already have a solution now. I have implemented a loop consisting of a message gateway and a parallel gateway.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 15:02:04 GMT</pubDate>
    <dc:creator>mreiterer</dc:creator>
    <dc:date>2015-05-08T15:02:04Z</dc:date>
    <item>
      <title>Dynamic fork</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209626#M162756</link>
      <description>Hi all,i have the following requirements (see my process in the attachment): - The "Render" step calls an external resource via REST.- The external system delivers x (unknown number) request which contain a file reference which should then be handled/stored in parallel. &amp;nbsp; -&amp;gt; My solution is to cal</description>
      <pubDate>Mon, 27 Apr 2015 13:44:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209626#M162756</guid>
      <dc:creator>mreiterer</dc:creator>
      <dc:date>2015-04-27T13:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic fork</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209627#M162757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;how do i add a png attachment ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 13:46:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209627#M162757</guid>
      <dc:creator>mreiterer</dc:creator>
      <dc:date>2015-04-27T13:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic fork</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209628#M162758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://postimg.org/image/70mdfarbb" rel="nofollow noopener noreferrer"&gt;http://postimg.org/image/70mdfarbb&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 13:54:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209628#M162758</guid>
      <dc:creator>mreiterer</dc:creator>
      <dc:date>2015-04-27T13:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic fork</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209629#M162759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So basically you have multiple threads hitting the same receive task at the same time, right? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One option would be to use a multi instance receive task, potentially using an embedded subprocess with multi instance so you can correlate the execution id when you're request is sent back to Activiti.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 18:53:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209629#M162759</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-04-28T18:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic fork</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209630#M162760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. Don't i have to know the exact number of incoming messages / threads for multi-instance ? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 19:29:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209630#M162760</guid>
      <dc:creator>mreiterer</dc:creator>
      <dc:date>2015-04-28T19:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic fork</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209631#M162761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So how do you know in that case when to stop?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 09:51:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209631#M162761</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-05-07T09:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic fork</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209632#M162762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I get a "completed" message at the end. I already have a solution now. I have implemented a loop consisting of a message gateway and a parallel gateway.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 15:02:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-fork/m-p/209632#M162762</guid>
      <dc:creator>mreiterer</dc:creator>
      <dc:date>2015-05-08T15:02:04Z</dc:date>
    </item>
  </channel>
</rss>

