<?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 ActivitiException: this activity doesn't accaccept signals' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117645#M83075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Activiti Error: Signal receive task after a parallel gateway results in "ActivitiException: this activity doesn't accept signals".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see the attached process flow diagram.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Consider two workflows after receive task,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flow 1: ReceiveTask2-&amp;gt;ServiceTask2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flow 2: Call Activiti (this also has a wait task)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scenarios 1: If Flow 2 completes before Flow 1 then the execution id for ReceiveTask1 and RecieveTask2 are same and via API call we can give signal to this activity. This works as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scenario 2: If Flow 1 completes before Flow 2 then the execution id for RecieveTask1 and ReceiveTask2 are different and if we try to signal RecieveTask2 via API we end up getting an error "ActivitiException: this activity doesn't accept signals" as the execution ids are different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question: We are not able to understand why the execution ids differ in both scenarios? Why it depends on the flow completion? It should be same in both case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry I am unable to upload Image file for some technical reason.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Mar 2013 14:12:46 GMT</pubDate>
    <dc:creator>shrinivas_mujum</dc:creator>
    <dc:date>2013-03-27T14:12:46Z</dc:date>
    <item>
      <title>ActivitiException: this activity doesn't accaccept signals'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117645#M83075</link>
      <description>Activiti Error: Signal receive task after a parallel gateway results in "ActivitiException: this activity doesn't accept signals".Please see the attached process flow diagram.Consider two workflows after receive task,Flow 1: ReceiveTask2-&amp;gt;ServiceTask2Flow 2: Call Activiti (this also has a wait ta</description>
      <pubDate>Wed, 27 Mar 2013 14:12:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117645#M83075</guid>
      <dc:creator>shrinivas_mujum</dc:creator>
      <dc:date>2013-03-27T14:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: ActivitiException: this activity doesn't accaccept signals'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117646#M83076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When a parallel gateway is reached, depending on the number of outgoing flows, there are additional executions created. In some cases, when a child-execution is closed or created, we do some additional magic to reuse/prune execution. If I'm not mistaken, of there is only one child left, it's possible that the last remaining execution (the one holding the signal) is actually replaced by the parent one, having a different execution-id. I can be mistaken, but I know there is some execution-logic related to this kind of use case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do you find out the execution-id you need, prior to calling the signal?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 14:18:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117646#M83076</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-03-27T14:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: ActivitiException: this activity doesn't accaccept signals'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117647#M83077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So do you want to suggest that, it's a known Activiti issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shriniwas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 14:28:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117647#M83077</guid>
      <dc:creator>shrinivas_mujum</dc:creator>
      <dc:date>2013-03-27T14:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: ActivitiException: this activity doesn't accaccept signals'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117648#M83078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Again, how do you get the execution-id you want to signal?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 14:29:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117648#M83078</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-03-27T14:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: ActivitiException: this activity doesn't accaccept signals'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117649#M83079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When the process is started we store the execution id in database and after parallel gateway we use the same execution id to signal Flow 1 -&amp;gt; ReceiveTask2 (2nd waiting task) as its a same process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 12:40:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117649#M83079</guid>
      <dc:creator>shrinivas_mujum</dc:creator>
      <dc:date>2013-03-29T12:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: ActivitiException: this activity doesn't accaccept signals'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117650#M83080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Currently, signaling is done on an execution-level and does not cascade down to child-executions. This is done because it's possible that in a single process-instance, multiple parallel paths are active and contain a receive-task that is waiting for a signal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm afraid you'll have to dig down the execution-tree to find out what execution the receive-task -you're interested in- is waiting in.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 12:54:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117650#M83080</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-03-29T12:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: ActivitiException: this activity doesn't accaccept signals'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117651#M83081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok. Thanks for the reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 13:33:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activitiexception-this-activity-doesn-t-accaccept-signals/m-p/117651#M83081</guid>
      <dc:creator>shrinivas_mujum</dc:creator>
      <dc:date>2013-03-29T13:33:22Z</dc:date>
    </item>
  </channel>
</rss>

