<?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: Events and Signals Scope in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201302#M154432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; Is there some reasons why the parent (root) execution is not available?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There could be many reasons, but without the process it's hard to make a statement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 12:16:26 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2015-04-14T12:16:26Z</dc:date>
    <item>
      <title>Events and Signals Scope</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201298#M154428</link>
      <description>From what I can tell from experimenting and from the docs neither Events (Messages) nor Signals are by default scoped to the current process instance.&amp;nbsp; The docs state:&amp;lt;em&amp;gt;To restrict the scope of the signal event, add the (non-BPMN 2.0 standard!) scope attribute to the signal event definition:</description>
      <pubDate>Wed, 08 Apr 2015 22:11:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201298#M154428</guid>
      <dc:creator>matt1</dc:creator>
      <dc:date>2015-04-08T22:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Events and Signals Scope</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201299#M154429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Signal is broadcast (see jUnit test in activiti source org.activiti.engine.test.bpmn.event.signal.SignalEventTest#testSignalCatchIntermediate)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from the activiti user guide&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The difference between signalEventReceived(String signalName); and signalEventReceived(String signalName, String executionId); is that the first method throws the signal globally to all subscribed handlers (broadcast semantics) and the second method delivers the signal to a specific execution only.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;signal id="alertSignal" name="alert" activiti:scope="processInstance"/&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;CODE&gt;activiti:scope&lt;/CODE&gt;&lt;SPAN&gt; is activiti specific process model extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:32:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201299#M154429</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-04-09T07:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Events and Signals Scope</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201300#M154430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, to be clear, when I use &amp;lt;code&amp;gt;activiti:scope&amp;lt;/code&amp;gt; I can be confident that the signal is scoped only to the current process, correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 15:05:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201300#M154430</guid>
      <dc:creator>matt1</dc:creator>
      <dc:date>2015-04-09T15:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Events and Signals Scope</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201301#M154431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another part of the issue I'm having is the executionId. In ExecutionListeners and in services I'm finding that the execution that is passed as an argument is a child execution. And, attempts to get the parentId or parent return null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've read a number of posts and the only way I seem to be able to get at the parent execution is to access the database directly. Is there some reasons why the parent (root) execution is not available?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 15:11:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201301#M154431</guid>
      <dc:creator>matt1</dc:creator>
      <dc:date>2015-04-09T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Events and Signals Scope</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201302#M154432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; Is there some reasons why the parent (root) execution is not available?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There could be many reasons, but without the process it's hard to make a statement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 12:16:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201302#M154432</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-04-14T12:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Events and Signals Scope</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201303#M154433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I am interested in this question too. Just to be sure, that in the documentation, the "Signal Event Examples" section, authors could add a note that the unwanted behaviour explained on a picture with the big sad face can easily be fixed with the Activiti specific model extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I right to assume that this section was written before the "activiti:scope=processInstance" extension was introduced, and was not changed since. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or is this extension uncapable to fix the unwanted behaviour of the last example?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 08:08:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201303#M154433</guid>
      <dc:creator>fedd</dc:creator>
      <dc:date>2016-07-27T08:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Events and Signals Scope</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201304#M154434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@fedd: you are correct. I've fixed the docs. It'll come in a next update. Many thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 11:42:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201304#M154434</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-07-27T11:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Events and Signals Scope</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201305#M154435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would dare to ask your team consider to create a message receive construct and move this process instance scope feature to messages rather then signals. I personally find it confusing that we can adjust a signal from being engine wide straight to a process instance wide, missing something in the middle (like inter-process messages). In other words, signals are wide, messages are narrower, and process instance scope is the narrowest, but they are signals again (which may be confusing to users and newbies like myself)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I am implementing an interprocess messaging for my project, which will just invoke a 'messageEventReceived' method, and I am able to cope with the problem of identifying an exact process instance that a message should be aimed to in a project specific manner.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 08:46:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/events-and-signals-scope/m-p/201305#M154435</guid>
      <dc:creator>fedd</dc:creator>
      <dc:date>2016-07-30T08:46:45Z</dc:date>
    </item>
  </channel>
</rss>

