<?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: ErrorBoundaryEvent error handling java in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/errorboundaryevent-error-handling-java/m-p/192619#M145749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you think I should do this by JavaDelegate or ActivitiBehavior? What is the difference? I understand I have to do somethink like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[img=640x480]&lt;/SPAN&gt;&lt;A href="http://s24.postimg.org/b6feyt9ed/activiti_example.png" rel="nofollow noopener noreferrer"&gt;http://s24.postimg.org/b6feyt9ed/activiti_example.png&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 07:44:20 GMT</pubDate>
    <dc:creator>activ_user</dc:creator>
    <dc:date>2015-07-29T07:44:20Z</dc:date>
    <item>
      <title>ErrorBoundaryEvent error handling java</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/errorboundaryevent-error-handling-java/m-p/192616#M145746</link>
      <description>Hi,I am new to Activiti and trying to create process contains several service task and user task.I would like to know if there is possibility in activiti to handle exception occured in my service task and depending on the result execute different user task? It means, if service task (java class impl</description>
      <pubDate>Fri, 24 Jul 2015 06:30:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/errorboundaryevent-error-handling-java/m-p/192616#M145746</guid>
      <dc:creator>activ_user</dc:creator>
      <dc:date>2015-07-24T06:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: ErrorBoundaryEvent error handling java</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/errorboundaryevent-error-handling-java/m-p/192617#M145747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can anybody help me?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 07:08:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/errorboundaryevent-error-handling-java/m-p/192617#M145747</guid>
      <dc:creator>activ_user</dc:creator>
      <dc:date>2015-07-28T07:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: ErrorBoundaryEvent error handling java</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/errorboundaryevent-error-handling-java/m-p/192618#M145748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, it won't work the way you describe. You have to catch the exception in your service task, and put process variables into the process instance, using that in the exclusive gateway to route.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:06:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/errorboundaryevent-error-handling-java/m-p/192618#M145748</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-07-28T13:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: ErrorBoundaryEvent error handling java</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/errorboundaryevent-error-handling-java/m-p/192619#M145749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you think I should do this by JavaDelegate or ActivitiBehavior? What is the difference? I understand I have to do somethink like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[img=640x480]&lt;/SPAN&gt;&lt;A href="http://s24.postimg.org/b6feyt9ed/activiti_example.png" rel="nofollow noopener noreferrer"&gt;http://s24.postimg.org/b6feyt9ed/activiti_example.png&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 07:44:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/errorboundaryevent-error-handling-java/m-p/192619#M145749</guid>
      <dc:creator>activ_user</dc:creator>
      <dc:date>2015-07-29T07:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: ErrorBoundaryEvent error handling java</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/errorboundaryevent-error-handling-java/m-p/192620#M145750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The BpmnError code you mentioned in your earlier post should work fine. It is possible to throw a BpmnError in your JavaDelegate and catch it in an error boundary event. You have to make sure that the error code you throw exactly matches the one mentioned in your error boundary event. Or you can keep the error code in the error boundary event empty and then it catches every bpmn error. If this is not working for you, please share a unit test showing the issue.&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>Wed, 29 Jul 2015 17:38:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/errorboundaryevent-error-handling-java/m-p/192620#M145750</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-07-29T17:38:02Z</dc:date>
    </item>
  </channel>
</rss>

