<?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: 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/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>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2013-03-29T12:54:44Z</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>

