<?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 trigger the error boundary event in the task？ in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-trigger-the-error-boundary-event-in-the-task/m-p/92419#M63163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the "throw BPMNError(…)" from inside the user task to have it caught in a catching-error-boundary event. See &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnJavaServiceTask" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnJavaServiceTask&lt;/A&gt;&lt;SPAN&gt; (thawing BPMNError).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option is to look at the part "Exception sequence flow" in &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnJavaServiceTask" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnJavaServiceTask&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2012 11:09:55 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2012-09-28T11:09:55Z</dc:date>
    <item>
      <title>How to trigger the error boundary event in the task？</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-trigger-the-error-boundary-event-in-the-task/m-p/92416#M63160</link>
      <description>I know how to trigger a error boundary event in subprocess(class BoundaryErrorEventTest.java in project activiti-engine-examples), but how to trigger it in the task ? :?:For example……xml: &amp;lt;serviceTask id="servicetask1" name="User Task" activiti:class="me.kafeitu.activiti.ErrorBoundaryEventAttachT</description>
      <pubDate>Thu, 27 Sep 2012 13:31:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-trigger-the-error-boundary-event-in-the-task/m-p/92416#M63160</guid>
      <dc:creator>kafeitu</dc:creator>
      <dc:date>2012-09-27T13:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger the error boundary event in the task？</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-trigger-the-error-boundary-event-in-the-task/m-p/92417#M63161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From the top of my head:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can have a gateway after the task which has 2 paths: one normal and one having an intermediate-thow-event. In your service-task, you can set a variable which influence the gateway's chose path…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:59:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-trigger-the-error-boundary-event-in-the-task/m-p/92417#M63161</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-09-27T14:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger the error boundary event in the task？</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-trigger-the-error-boundary-event-in-the-task/m-p/92418#M63162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;From the top of my head:&lt;BR /&gt;&lt;BR /&gt;You can have a gateway after the task which has 2 paths: one normal and one having an intermediate-thow-event. In your service-task, you can set a variable which influence the gateway's chose path…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I see, but activiti being not support for intermediate-thow-event of error. Can I trigger it by invoke api manual?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 16:13:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-trigger-the-error-boundary-event-in-the-task/m-p/92418#M63162</guid>
      <dc:creator>kafeitu</dc:creator>
      <dc:date>2012-09-27T16:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger the error boundary event in the task？</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-trigger-the-error-boundary-event-in-the-task/m-p/92419#M63163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the "throw BPMNError(…)" from inside the user task to have it caught in a catching-error-boundary event. See &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnJavaServiceTask" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnJavaServiceTask&lt;/A&gt;&lt;SPAN&gt; (thawing BPMNError).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option is to look at the part "Exception sequence flow" in &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnJavaServiceTask" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnJavaServiceTask&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 11:09:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-trigger-the-error-boundary-event-in-the-task/m-p/92419#M63163</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-09-28T11:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger the error boundary event in the task？</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-trigger-the-error-boundary-event-in-the-task/m-p/92420#M63164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can use the "throw BPMNError(…)" from inside the user task to have it caught in a catching-error-boundary event. See &lt;A href="http://activiti.org/userguide/index.html#bpmnJavaServiceTask" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnJavaServiceTask&lt;/A&gt; (thawing BPMNError).&lt;BR /&gt;&lt;BR /&gt;Another option is to look at the part "Exception sequence flow" in &lt;A href="http://activiti.org/userguide/index.html#bpmnJavaServiceTask" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnJavaServiceTask&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; :lol: very thanks for frederikheremans!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 13:18:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-trigger-the-error-boundary-event-in-the-task/m-p/92420#M63164</guid>
      <dc:creator>kafeitu</dc:creator>
      <dc:date>2012-09-28T13:18:45Z</dc:date>
    </item>
  </channel>
</rss>

