<?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: Behavior in case of fork and no join in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108137#M75797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is expected according to the specs afaik. Add a join after it…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;As ronald says, add a join if you want the "service-task" to wait for both flows. If you don't, the first flow that arrives there executes the service-task. The second flow, when completed, does the same, effectively executing the service-task twice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want the behavior of "the first flow that reaches a certain point" to terminate the existing ones, you should take another approach. Eg: Add a sub-process around the part that contains the two paths. Instead of a regular end-event, use a message-thowing one. On the sub-process, add a foundry catching event that cancels the activity (the subprocess with one flow still "waiting" or active) and carry on from there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quite sure there are other solutions for this, I'm not that much of an BPMN expert &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;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2012 13:28:41 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2012-07-24T13:28:41Z</dc:date>
    <item>
      <title>Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108126#M75786</link>
      <description>I have a flow as attached with just a fork , but no join.When I try to run this, I find the flow in the first path(since it is faster) completes and once the end is reached, the entire process is stopped even though the flow in the second loop is mid way through the execution.Is this the expected be</description>
      <pubDate>Mon, 23 Jul 2012 18:44:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108126#M75786</guid>
      <dc:creator>vram</dc:creator>
      <dc:date>2012-07-23T18:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108127#M75787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is expected according to the specs afaik. Add a join after it…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 21:13:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108127#M75787</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-07-23T21:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108128#M75788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even in the following case where I use a parallel gateway and two ends, I find the execution in another path also halting when one stop is encountered. Is this also the expected behavior?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 22:18:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108128#M75788</guid>
      <dc:creator>vram</dc:creator>
      <dc:date>2012-07-23T22:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108129#M75789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmmm… You have me doubting now. Not only about this latest question, but even the previous one. Currently reading the specs of the end event (10.4.3)…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 23:26:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108129#M75789</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-07-23T23:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108130#M75790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Funny thing is that the behaviour you see is the opposite of &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=3969" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=3969&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;This post describes the behaviour I was (kind of) expecting, therefor you made me doubt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So it alsmost seems that the default behaviour of an end event chaged to a terminate end event… This is I think, not good. Will ping the devs…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 23:40:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108130#M75790</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-07-23T23:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108131#M75791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I validated this agains the current trunk-build, and BOTH service-tasks are executed after a parallel fork before the process actually ends:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;08:58:42,036 FIN&amp;nbsp; | ConcurrentExecution[6] takes transition (fork)–&amp;gt;(service1)&amp;nbsp; [org.activiti.engine.impl.pvm.runtime.AtomicOperationTransitionNotifyListenerTake]&lt;BR /&gt;08:58:42,036 FIN&amp;nbsp; | ConcurrentExecution[6] executes Activity(service1): org.activiti.engine.impl.bpmn.helper.ClassDelegate&amp;nbsp; [org.activiti.engine.impl.pvm.runtime.AtomicOperationActivityExecute]&lt;BR /&gt;08:58:42,042 FIN&amp;nbsp; | Leaving activity 'service1'&amp;nbsp; [org.activiti.engine.impl.bpmn.behavior.BpmnActivityBehavior]&lt;BR /&gt;08:58:42,043 FIN&amp;nbsp; | ConcurrentExecution[6] takes transition (service1)–flow2–&amp;gt;(end1)&amp;nbsp; [org.activiti.engine.impl.pvm.runtime.AtomicOperationTransitionNotifyListenerTake]&lt;BR /&gt;08:58:42,043 FIN&amp;nbsp; | ConcurrentExecution[6] executes Activity(end1): org.activiti.engine.impl.bpmn.behavior.NoneEndEventActivityBehavior&amp;nbsp; [org.activiti.engine.impl.pvm.runtime.AtomicOperationActivityExecute]&lt;BR /&gt;08:58:42,103 FIN&amp;nbsp; | ProcessInstance[4] takes transition (fork)–&amp;gt;(service2)&amp;nbsp; [org.activiti.engine.impl.pvm.runtime.AtomicOperationTransitionNotifyListenerTake]&lt;BR /&gt;08:58:42,103 FIN&amp;nbsp; | ProcessInstance[4] executes Activity(service2): org.activiti.engine.impl.bpmn.helper.ClassDelegate&amp;nbsp; [org.activiti.engine.impl.pvm.runtime.AtomicOperationActivityExecute]&lt;BR /&gt;08:58:42,104 FIN&amp;nbsp; | Leaving activity 'service2'&amp;nbsp; [org.activiti.engine.impl.bpmn.behavior.BpmnActivityBehavior]&lt;BR /&gt;08:58:42,104 FIN&amp;nbsp; | ProcessInstance[4] takes transition (service2)–flow3–&amp;gt;(end2)&amp;nbsp; [org.activiti.engine.impl.pvm.runtime.AtomicOperationTransitionNotifyListenerTake]&lt;BR /&gt;08:58:42,104 FIN&amp;nbsp; | ProcessInstance[4] executes Activity(end2): org.activiti.engine.impl.bpmn.behavior.NoneEndEventActivityBehavior&amp;nbsp; [org.activiti.engine.impl.pvm.runtime.AtomicOperationActivityExecute]&lt;BR /&gt;08:58:42&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ConcurrentExecution[6] executes Activity(service1)&lt;BR /&gt;ConcurrentExecution[6] executes Activity(end1): org.activiti.engine.impl.bpmn.behavior.NoneEndEventActivityBehavior&amp;nbsp; &lt;BR /&gt;ProcessInstance[4] executes Activity(service2)&lt;BR /&gt;ConcurrentExecution[6] executes Activity(end1): org.activiti.engine.impl.bpmn.behavior.NoneEndEventActivityBehavior&amp;nbsp; &lt;BR /&gt;destroying ProcessInstance[4]&amp;nbsp; [org.activiti.engine.impl.persistence.entity.ExecutionEntity]&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 07:02:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108131#M75791</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-07-24T07:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108132#M75792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Frederik… Then I'm not going crazy. Have no Activiti at hand the comming days to test myself&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 09:39:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108132#M75792</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-07-24T09:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108133#M75793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ronald, don't tell me you're looking in the activiti-forum while on holiday, right? &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;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 11:17:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108133#M75793</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-07-24T11:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108134#M75794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ronald and frederikheremans for helping out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case, for the first figure, would the 'Service Task' (that joins both the flows) wait for both the flows to be complete and then execute only once or would it be executed twice?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 13:20:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108134#M75794</guid>
      <dc:creator>vram</dc:creator>
      <dc:date>2012-07-24T13:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108135#M75795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;twice I would suspect and if that is not ok, then put a parallel-join after it. If you want to force it to be twice, put an inclusive gateway behind it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 13:25:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108135#M75795</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-07-24T13:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108136#M75796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Ronald, don't tell me you're looking in the activiti-forum while on holiday, right? &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;hahahaha no, my laptop is undergoing 'maintenance' and I do not want to configure things on this temporary laptop (not even Linux :-() So I reverted to writing documents (yes in WORD, not OO/LO)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 13:27:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108136#M75796</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-07-24T13:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108137#M75797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is expected according to the specs afaik. Add a join after it…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;As ronald says, add a join if you want the "service-task" to wait for both flows. If you don't, the first flow that arrives there executes the service-task. The second flow, when completed, does the same, effectively executing the service-task twice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want the behavior of "the first flow that reaches a certain point" to terminate the existing ones, you should take another approach. Eg: Add a sub-process around the part that contains the two paths. Instead of a regular end-event, use a message-thowing one. On the sub-process, add a foundry catching event that cancels the activity (the subprocess with one flow still "waiting" or active) and carry on from there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quite sure there are other solutions for this, I'm not that much of an BPMN expert &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;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 13:28:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108137#M75797</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-07-24T13:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108138#M75798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot Ronald for your response …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 13:37:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108138#M75798</guid>
      <dc:creator>vram</dc:creator>
      <dc:date>2012-07-24T13:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108139#M75799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you want the behavior of "the first flow that reaches a certain point" to terminate the existing ones, you should take another approach. Eg: Add a sub-process around the part that contains the two paths. Instead of a regular end-event, use a message-thowing one. On the sub-process, add a foundry catching event that cancels the activity (the subprocess with one flow still "waiting" or active) and carry on from there.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a use-case I encounter so much, that I find it weird it is not in the spec to cancel just a task. Why do I have to wrap it in a subprocess then??? We created our own service task that can be used to cancel the parallel task. But it gets complicated if there are more… Sigh…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 13:47:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108139#M75799</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-07-24T13:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108140#M75800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think this is a better approach: &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnEventbasedGateway" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnEventbasedGateway&lt;/A&gt;&lt;SPAN&gt; combined with an exclusive join… As I said, I'm not a BPMN expert, was just thinking out loud from what I know. So there was indeed a better solution for stuff like this. Perhaps joining on an exclusive gateway instead of a parallel may do the trick…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If the signal is not fired, execution continues after the timer and the signal subscription is cancelled.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 13:57:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108140#M75800</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-07-24T13:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108141#M75801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ronald ….That was very helpful&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 14:20:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108141#M75801</guid>
      <dc:creator>vram</dc:creator>
      <dc:date>2012-07-24T14:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Behavior in case of fork and no join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108142#M75802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot frederikheremans .. That helps a lot …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 14:40:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/behavior-in-case-of-fork-and-no-join/m-p/108142#M75802</guid>
      <dc:creator>vram</dc:creator>
      <dc:date>2012-07-24T14:40:31Z</dc:date>
    </item>
  </channel>
</rss>

