<?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: How to attach boundary error event to a service task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205099#M158229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok figured it out, in my custom ActivityBehavior class I was just throwing a BpmnError out of it.&amp;nbsp; If instead I use the ErrorPropagation.propagateError(bpmnError, execution); then it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2016 19:47:02 GMT</pubDate>
    <dc:creator>osganian</dc:creator>
    <dc:date>2016-04-18T19:47:02Z</dc:date>
    <item>
      <title>How to attach boundary error event to a service task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205093#M158223</link>
      <description>Hi,&amp;nbsp;&amp;nbsp; I have a requirement to attach boundary error event to a service task. This service task is part of the same process in which the error is thrown . I have seen examples in activiti source code where boundary error event is either attached to user task or to a subprocess. Here is my bpmn xml fi</description>
      <pubDate>Thu, 04 Dec 2014 11:37:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205093#M158223</guid>
      <dc:creator>rgoel</dc:creator>
      <dc:date>2014-12-04T11:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to attach boundary error event to a service task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205094#M158224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Attaching the bpmn txt file&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 11:39:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205094#M158224</guid>
      <dc:creator>rgoel</dc:creator>
      <dc:date>2014-12-04T11:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to attach boundary error event to a service task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205095#M158225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Rgoel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;error boundary event can be attached to another tasks too (e.g. Script tasks, Service task….)&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>Fri, 05 Dec 2014 09:41:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205095#M158225</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-12-05T09:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to attach boundary error event to a service task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205096#M158226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Martin for replying. I have tried attaching it to first service task in a bpmn process. I am throwing bpmn error in 3rd service task in the same&amp;nbsp; process. But my task handler is not invoked, as activiti does not find any error event listeners in the scope. But when I attach to the third service task which is also throwing&amp;nbsp; the error , it works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question is whether this can be solved without creating a subprocess ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 09:56:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205096#M158226</guid>
      <dc:creator>rgoel</dc:creator>
      <dc:date>2014-12-05T09:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to attach boundary error event to a service task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205097#M158227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure what are you asking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Examples can be found org.activiti.engine.test.bpmn.event.error.BoundaryErrorEventTest on github&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>Fri, 05 Dec 2014 11:01:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205097#M158227</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-12-05T11:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to attach boundary error event to a service task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205098#M158228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I am using Activiti version 5.17.0 and I am having a similar issue.&amp;nbsp; I have a custom java class that implements ActivityBehavior (actually extends from AbstractBpmnActivityBehavior) and I am throwing a BpmnError from it but my error boundary event isn't catching it.&amp;nbsp; If I use a JavaDelegate instead of an ActivityBehavior then my error boundary event catches the thrown exception.&amp;nbsp; Are error boundary events unable to catch exceptions thrown from an ActivityBehavior and only JavaDelegates?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 18:36:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205098#M158228</guid>
      <dc:creator>osganian</dc:creator>
      <dc:date>2016-04-18T18:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to attach boundary error event to a service task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205099#M158229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok figured it out, in my custom ActivityBehavior class I was just throwing a BpmnError out of it.&amp;nbsp; If instead I use the ErrorPropagation.propagateError(bpmnError, execution); then it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 19:47:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-attach-boundary-error-event-to-a-service-task/m-p/205099#M158229</guid>
      <dc:creator>osganian</dc:creator>
      <dc:date>2016-04-18T19:47:02Z</dc:date>
    </item>
  </channel>
</rss>

