<?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: sending specific signal to custom behavior task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212167#M165297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason, it does not seem to work for me. I took the SignalEventTest xml and tried to run that on my spring-boot-activiti installation, and signalled it using the ReST API (PUT /runtime/executions/{exId} ) , but it gave the following issues:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When using the signal method, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Payload:&lt;/SPAN&gt;&lt;CODE&gt;&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; "action":"signal",&lt;BR /&gt;&amp;nbsp; "signalName":"waitsig"&lt;BR /&gt;}&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;It fails with :&lt;/SPAN&gt;&lt;CODE&gt;&lt;BR /&gt;java.lang.NullPointerException: null&lt;BR /&gt; at org.activiti.engine.impl.persistence.entity.ExecutionEntity.signal(ExecutionEntity.java:404)&lt;BR /&gt; at org.activiti.engine.impl.cmd.SignalCmd.execute(SignalCmd.java:43)&lt;BR /&gt; at org.activiti.engine.impl.cmd.NeedsActiveExecutionCmd.execute(NeedsActiveExecutionCmd.java:55)&lt;BR /&gt; at org.activiti.engine.impl.interceptor.CommandInvoker.execute(CommandInvoker.java:24)&lt;BR /&gt; at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:57)&lt;BR /&gt; at org.activiti.spring.SpringTransactionInterceptor$1.doInTransaction(SpringTransactionInterceptor.java:47)&lt;BR /&gt; at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)&lt;BR /&gt; at org.activiti.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:45)&lt;BR /&gt; at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:31)&lt;BR /&gt; at org.activiti.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:40)&lt;BR /&gt; at org.activiti.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:35)&lt;BR /&gt; at org.activiti.engine.impl.RuntimeServiceImpl.signal(RuntimeServiceImpl.java:231)&lt;BR /&gt; at org.activiti.rest.service.api.runtime.process.ExecutionResource.performExecutionAction(ExecutionResource.java:49)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:497)&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;While with the payload of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; "action":"signalEventReceived",&lt;BR /&gt;&amp;nbsp; "signalName":"waitsig",&lt;BR /&gt;}&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;It responds with :&lt;/SPAN&gt;&lt;CODE&gt; "message": "Execution '17' has not subscribed to a signal event with name 'waitsig'.",&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been trying to figure this one out for a while now too, but unable to make a headway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something really simple that we are missing here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attached the bpmn xml file with this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2016 14:51:19 GMT</pubDate>
    <dc:creator>rajivmoghe</dc:creator>
    <dc:date>2016-04-19T14:51:19Z</dc:date>
    <item>
      <title>sending specific signal to custom behavior task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212165#M165295</link>
      <description>Hi, I got following problem - I use custom behavior to do some async work and I need to notify the process instance with information how the async task ended&amp;nbsp; - I am using following code&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ublic class MyAsyncTask implements SignallableActivityBehavior {&amp;nbsp;&amp;nbsp;&amp;nbsp; // something that takes long time (sending J</description>
      <pubDate>Mon, 18 Apr 2016 21:48:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212165#M165295</guid>
      <dc:creator>miran</dc:creator>
      <dc:date>2016-04-18T21:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific signal to custom behavior task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212166#M165296</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;You can follow your first approach with using &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp; /**&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * Sends an external trigger to an activity instance that is waiting inside&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * the given execution.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; *&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * @param executionId&lt;BR /&gt;&amp;nbsp;&amp;nbsp; *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id of execution to signal, cannot be null.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * @param processVariables&lt;BR /&gt;&amp;nbsp;&amp;nbsp; *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a map of process variables&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * @throws ActivitiObjectNotFoundException&lt;BR /&gt;&amp;nbsp;&amp;nbsp; *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when no execution is found for the given executionId.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;&amp;nbsp; void signal(String executionId, Map&amp;lt;String, Object&amp;gt; processVariables);&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;org.activiti.engine.test.api.runtime.RuntimeServiceTest#testSignalWithProcessVariables&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;or you can create message start event to wait on &lt;/SPAN&gt;&lt;CODE&gt;runtimeService.signalEventReceived(eventName, pid, vars);&lt;/CODE&gt;&lt;SPAN&gt;example:&lt;/SPAN&gt;&lt;CODE&gt;org.activiti.engine.test.bpmn.event.signal.SignalEventTest#testSignalStartEventFromAPI&lt;/CODE&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>Tue, 19 Apr 2016 06:54:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212166#M165296</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-04-19T06:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific signal to custom behavior task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212167#M165297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason, it does not seem to work for me. I took the SignalEventTest xml and tried to run that on my spring-boot-activiti installation, and signalled it using the ReST API (PUT /runtime/executions/{exId} ) , but it gave the following issues:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When using the signal method, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Payload:&lt;/SPAN&gt;&lt;CODE&gt;&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; "action":"signal",&lt;BR /&gt;&amp;nbsp; "signalName":"waitsig"&lt;BR /&gt;}&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;It fails with :&lt;/SPAN&gt;&lt;CODE&gt;&lt;BR /&gt;java.lang.NullPointerException: null&lt;BR /&gt; at org.activiti.engine.impl.persistence.entity.ExecutionEntity.signal(ExecutionEntity.java:404)&lt;BR /&gt; at org.activiti.engine.impl.cmd.SignalCmd.execute(SignalCmd.java:43)&lt;BR /&gt; at org.activiti.engine.impl.cmd.NeedsActiveExecutionCmd.execute(NeedsActiveExecutionCmd.java:55)&lt;BR /&gt; at org.activiti.engine.impl.interceptor.CommandInvoker.execute(CommandInvoker.java:24)&lt;BR /&gt; at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:57)&lt;BR /&gt; at org.activiti.spring.SpringTransactionInterceptor$1.doInTransaction(SpringTransactionInterceptor.java:47)&lt;BR /&gt; at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)&lt;BR /&gt; at org.activiti.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:45)&lt;BR /&gt; at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:31)&lt;BR /&gt; at org.activiti.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:40)&lt;BR /&gt; at org.activiti.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:35)&lt;BR /&gt; at org.activiti.engine.impl.RuntimeServiceImpl.signal(RuntimeServiceImpl.java:231)&lt;BR /&gt; at org.activiti.rest.service.api.runtime.process.ExecutionResource.performExecutionAction(ExecutionResource.java:49)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:497)&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;While with the payload of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; "action":"signalEventReceived",&lt;BR /&gt;&amp;nbsp; "signalName":"waitsig",&lt;BR /&gt;}&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;It responds with :&lt;/SPAN&gt;&lt;CODE&gt; "message": "Execution '17' has not subscribed to a signal event with name 'waitsig'.",&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been trying to figure this one out for a while now too, but unable to make a headway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something really simple that we are missing here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attached the bpmn xml file with this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:51:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212167#M165297</guid>
      <dc:creator>rajivmoghe</dc:creator>
      <dc:date>2016-04-19T14:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific signal to custom behavior task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212168#M165298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Martin, thanks a lot for your quick response. It worked for me. The trick was in using method &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;void signal(String executionId, Map&amp;lt;String, Object&amp;gt; processVariables);&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;instead of &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;void signalEventReceived(String, String, Map&amp;lt;String, Object&amp;gt;);&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I must have missed it totally!&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:22:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212168#M165298</guid>
      <dc:creator>miran</dc:creator>
      <dc:date>2016-04-19T15:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific signal to custom behavior task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212169#M165299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@Miran,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you be able to share the (sanitised) caller code, from which you call the signal method?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@Martin: What could be the reason for the null pointer, when calling the signal through ReST API?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:53:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212169#M165299</guid>
      <dc:creator>rajivmoghe</dc:creator>
      <dc:date>2016-04-19T15:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific signal to custom behavior task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212170#M165300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Rajiv,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create jUnit test please&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://forums.activiti.org/content/sticky-how-write-unit-test" rel="nofollow noopener noreferrer"&gt;https://forums.activiti.org/content/sticky-how-write-unit-test&lt;/A&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>Wed, 20 Apr 2016 06:22:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212170#M165300</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-04-20T06:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific signal to custom behavior task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212171#M165301</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;SPAN&gt;I'm curious about the &amp;lt;code&amp;gt;org.activiti.engine.test.bpmn.event.signal.SignalEventTest#testSignalStartEventFromAPI&amp;lt;/code&amp;gt; example&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it is not included in the release package, (I've looked into the lib/activiti-engine.jar) right? I've downloaded it from github, but I still struggle to visualize it, as bpmn di is not included there, I've used the Eclipse Designer to load it, but upon autolayout and import into Explorer only one task is shown, even though when I peak into the xml, there is lot more to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that the expected behaviour?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:38:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212171#M165301</guid>
      <dc:creator>ptica</dc:creator>
      <dc:date>2016-04-20T13:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific signal to custom behavior task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212172#M165302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ptica,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;it is not included in the release package, (I've looked into the lib/activiti-engine.jar) right?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;release does not contain tests. Download project from source repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; bpmn di is only presentation layer - not needed for the engine to execute the tests. Usually test processes are so simple that they can be easily understandable from bpmn xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is that the expected behaviour?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;May be designer could create better default diagram layout…., but I would not waste time to fix that. Just understand the process from the bpm.xml&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, 21 Apr 2016 11:56:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212172#M165302</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-04-21T11:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: sending specific signal to custom behavior task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212173#M165303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the pointer… as I started to create the test, I realized where I was going wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Turns out that I was using the wrong execution (processInstance != execution when a boundary event is encountered on an activity, see &lt;/SPAN&gt;&lt;A href="https://forums.activiti.org/content/execution-vs-processinstance" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://www.nurkiewicz.com/2011/01/activiti-processes-and-executions.html" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt;) on the &lt;/SPAN&gt;&lt;CODE&gt;void signalEventReceived(String, String, Map&amp;lt;String, Object&amp;gt;);&lt;/CODE&gt;&lt;SPAN&gt; call. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will create and post the test for the &lt;/SPAN&gt;&lt;CODE&gt;void signal(String executionId, Map&amp;lt;String, Object&amp;gt; processVariables);&lt;/CODE&gt;&lt;SPAN&gt; piece soon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 12:31:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-specific-signal-to-custom-behavior-task/m-p/212173#M165303</guid>
      <dc:creator>rajivmoghe</dc:creator>
      <dc:date>2016-04-21T12:31:45Z</dc:date>
    </item>
  </channel>
</rss>

