<?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: BpmnError on TaskActivitiBehabior signal in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154219#M108700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you mean you have a custom ActivityBehaviour with the signal() overridden and you throw a BPMNError from there? If so, what is your use case?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 09:40:25 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2014-04-22T09:40:25Z</dc:date>
    <item>
      <title>BpmnError on TaskActivitiBehabior signal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154217#M108698</link>
      <description>Hi,I'm using Activiti 5.13 and I've some problems catching BpmnError on signal method.If I throw BpmnError on execute it works fine, but if I throw it on signal method the exception is propagated and not catched in the boundary error defined on the Task.Is it posible to throw BpmnError on signal met</description>
      <pubDate>Thu, 17 Apr 2014 12:46:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154217#M108698</guid>
      <dc:creator>gastonscapusio</dc:creator>
      <dc:date>2014-04-17T12:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnError on TaskActivitiBehabior signal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154218#M108699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've tried with activiti v5.15 but the result is the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BpmnError isn't catched by boundaryEvent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 13:28:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154218#M108699</guid>
      <dc:creator>gastonscapusio</dc:creator>
      <dc:date>2014-04-17T13:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnError on TaskActivitiBehabior signal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154219#M108700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you mean you have a custom ActivityBehaviour with the signal() overridden and you throw a BPMNError from there? If so, what is your use case?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 09:40:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154219#M108700</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-04-22T09:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnError on TaskActivitiBehabior signal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154220#M108701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, there is a task (extends TaskActivitiBehavior) which overwrites signal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It sends a jms message and then it waits a signal to continue processing before leaves.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I change this behavior?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 18:26:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154220#M108701</guid>
      <dc:creator>gastonscapusio</dc:creator>
      <dc:date>2014-04-24T18:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnError on TaskActivitiBehabior signal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154221#M108702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The signal method throws a BpmnError due to a jms message response case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And this BpmnError is not catched by any boundaryEvent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 19:20:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154221#M108702</guid>
      <dc:creator>gastonscapusio</dc:creator>
      <dc:date>2014-04-24T19:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnError on TaskActivitiBehabior signal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154222#M108703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hm that sounds like a bug. If im correct, the boundary event will only work for the execute().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;COuld you create a simple unit test and Jira issue with a simplified version of your activitybehaviour that shows this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 08:08:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154222#M108703</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-04-25T08:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnError on TaskActivitiBehabior signal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154223#M108704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-1999" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-1999&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 14:21:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154223#M108704</guid>
      <dc:creator>gastonscapusio</dc:creator>
      <dc:date>2014-04-25T14:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnError on TaskActivitiBehabior signal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154224#M108705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just for you knowledge, the scenario explained by gastonscapusio also happens in version 5.17.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;José&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 11:19:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154224#M108705</guid>
      <dc:creator>jcoveron</dc:creator>
      <dc:date>2015-04-10T11:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnError on TaskActivitiBehabior signal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154225#M108706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was just wondering there is a workaround that we could use for now. We need to propagate the throw bpmnerror to an error boundary event from the signal function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas or suggestions are welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 14:43:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154225#M108706</guid>
      <dc:creator>jcoveron</dc:creator>
      <dc:date>2015-04-14T14:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnError on TaskActivitiBehabior signal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154226#M108707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Other than solving the issue, I don't see any workaround.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 13:49:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154226#M108707</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-04-16T13:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: BpmnError on TaskActivitiBehabior signal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154227#M108708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;maybe the solution described &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/content/throwing-exception-signal-method#comment-30075" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt; is relevant for the current issue&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Philippe&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 13:52:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bpmnerror-on-taskactivitibehabior-signal/m-p/154227#M108708</guid>
      <dc:creator>pmesmeur</dc:creator>
      <dc:date>2015-06-27T13:52:32Z</dc:date>
    </item>
  </channel>
</rss>

