<?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: Using Error end event without catching in the subprocess in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-error-end-event-without-catching-in-the-subprocess/m-p/210706#M163836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes, and that's the one I'm interested in &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; So can you paste it here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 20:28:12 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2015-06-30T20:28:12Z</dc:date>
    <item>
      <title>Using Error end event without catching in the subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-error-end-event-without-catching-in-the-subprocess/m-p/210702#M163832</link>
      <description>HiI have two separate processes ParentProcess and childProcess.I wanted to throw a error event in the child process and cach in the parentProcess. Can you please let me know how to do that?I am using the call activitiy</description>
      <pubDate>Wed, 24 Jun 2015 10:59:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-error-end-event-without-catching-in-the-subprocess/m-p/210702#M163832</guid>
      <dc:creator>smurfs</dc:creator>
      <dc:date>2015-06-24T10:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using Error end event without catching in the subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-error-end-event-without-catching-in-the-subprocess/m-p/210703#M163833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, as per the user guide,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An intermediate catching error on the boundary of an activity, or boundary error event for short, catches errors that are thrown within the scope of the activity on which it is defined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Defining a boundary error event makes most sense on an embedded subprocess, or a call activity, as a subprocess creates a scope for all activities inside the subprocess. Errors are thrown by error end events. Such an error will propagate its parent scopes upwards until a scope is found on which a boundary error event is defined that matches the error event definition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When an error event is caught, the activity on which the boundary event is defined is destroyed, also destroying all current executions within (e.g. concurrent activities, nested subprocesses, etc.). Process execution continues following the outgoing sequence flow of the boundary event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;And, i got the below error&amp;nbsp; while tryting to run the junit for the child process and using error end event in child process and bounary event in the parent process.&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color:#FF0000;"&gt;&lt;BR /&gt;org.activiti.engine.delegate.BpmnError: No catching boundary event found for error with errorCode &lt;BR /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 11:24:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-error-end-event-without-catching-in-the-subprocess/m-p/210703#M163833</guid>
      <dc:creator>smurfs</dc:creator>
      <dc:date>2015-06-24T11:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using Error end event without catching in the subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-error-end-event-without-catching-in-the-subprocess/m-p/210704#M163834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, i'm not following it all, but basically you are saying an error thrown in a called processes does not propagate to the parent process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Afaik, it should do that. Do you have a simple example test demonstrating that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 19:13:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-error-end-event-without-catching-in-the-subprocess/m-p/210704#M163834</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-06-30T19:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using Error end event without catching in the subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-error-end-event-without-catching-in-the-subprocess/m-p/210705#M163835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Error thrown in the called process is propagated in the calling process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to create two junits: one for the calling process and another for the called process.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Junit for calling process works fine. But the junit for the called process/child process fails because of the error mentioned.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 19:25:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-error-end-event-without-catching-in-the-subprocess/m-p/210705#M163835</guid>
      <dc:creator>smurfs</dc:creator>
      <dc:date>2015-06-30T19:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using Error end event without catching in the subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-error-end-event-without-catching-in-the-subprocess/m-p/210706#M163836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes, and that's the one I'm interested in &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; So can you paste it here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 20:28:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-error-end-event-without-catching-in-the-subprocess/m-p/210706#M163836</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-06-30T20:28:12Z</dc:date>
    </item>
  </channel>
</rss>

