<?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 Paranormal Activiti: Signal Intermediate Events Problem in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/paranormal-activiti-signal-intermediate-events-problem/m-p/106221#M74303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i've been trying to use Signal Intermediate Events in a process but it doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Its a simple process, where 2 paths are executed paralell and the one path has a catch followed by a script task (simple syso) and the other one a script task followed by a throw signal intermediate event. So basically i expect this to work fine but for some reason only the throw part finishes (into a paralell join) and the other path is waiting. After testing for some time (also tried throwing signal event replacement by using a ServiceTask to throw) i noticed that at the time of the throw there was no execution listening for that event. I suppose both parts for that matter are not executed in paralell on the engine, because when i used a JUnit Test in which i started this process first, afterwards searched for executions listening to "Test" I found one and was able to throw the signal manually. How can i make that work without crazy workarounds? Is there a way to make the execution parts really paralell or is it just me screwing up &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; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate any help on this! Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://imageshack.us/a/img685/4240/simpleprocess.png" rel="nofollow noopener noreferrer"&gt;http://imageshack.us/a/img685/4240/simpleprocess.png&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;signal id="test" name="Test"&amp;gt;&amp;lt;/signal&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; …..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;intermediateCatchEvent id="catchTest" name="SignalCatchEvent"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;signalEventDefinition signalRef="test"&amp;gt;&amp;lt;/signalEventDefinition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/intermediateCatchEvent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; …..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;intermediateThrowEvent id="throwTestSignal" name="throwTest"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;signalEventDefinition signalRef="test"&amp;gt;&amp;lt;/signalEventDefinition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/intermediateThrowEvent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Stefan&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I'm sorry for the title but i couldn't resist that pun &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>Sun, 11 Nov 2012 18:51:28 GMT</pubDate>
    <dc:creator>se040</dc:creator>
    <dc:date>2012-11-11T18:51:28Z</dc:date>
    <item>
      <title>Paranormal Activiti: Signal Intermediate Events Problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/paranormal-activiti-signal-intermediate-events-problem/m-p/106221#M74303</link>
      <description>Hi,i've been trying to use Signal Intermediate Events in a process but it doesn't work.Its a simple process, where 2 paths are executed paralell and the one path has a catch followed by a script task (simple syso) and the other one a script task followed by a throw signal intermediate event. So basi</description>
      <pubDate>Sun, 11 Nov 2012 18:51:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/paranormal-activiti-signal-intermediate-events-problem/m-p/106221#M74303</guid>
      <dc:creator>se040</dc:creator>
      <dc:date>2012-11-11T18:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Paranormal Activiti: Signal Intermediate Events Problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/paranormal-activiti-signal-intermediate-events-problem/m-p/106222#M74304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem you are seeing here is that the Activiti engine handles the parallel gateway sequence flow in the order in which they are defined. As you probably know, Activiti doesn't use real concurrency for this. In this case, the signal catch hasn't been created yet when the throw is done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An easy 'fix' would be to switch the sequenceflow. ie. first the one with the catch, then the throw. Sorry about that, but that's just the way the engine works. Introducing real concurrency here would create so much more issues (race conditions, deadlocks, etc.) than it would solve.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 00:26:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/paranormal-activiti-signal-intermediate-events-problem/m-p/106222#M74304</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-11-14T00:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Paranormal Activiti: Signal Intermediate Events Problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/paranormal-activiti-signal-intermediate-events-problem/m-p/106223#M74305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Works fine after switching both flows. Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 19:23:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/paranormal-activiti-signal-intermediate-events-problem/m-p/106223#M74305</guid>
      <dc:creator>se040</dc:creator>
      <dc:date>2012-11-14T19:23:08Z</dc:date>
    </item>
  </channel>
</rss>

