<?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 Acitviti Modeler issue on Error Boundary Event in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/acitviti-modeler-issue-on-error-boundary-event/m-p/194470#M147600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An Error Boundary Event with no(null) Error Code attribute is not supported when deploying from the Explorer Workspace / after having using the Activiti Modeler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This post is reformulating my previous post I answered myself &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.activiti.org/content/error-boundary-event-and-modeler-bpmn-xml-failure" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/error-boundary-event-and-modeler-bpmn-xml-failure&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE OF BPMN XML FAILED&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Errors while parsing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Validation set: 'activiti-executable-process' | Problem: 'activiti-boundary-event-no-event-definition'] : Event definition is missing from boundary event - [Extra info : processDefinitionId = MainProcess | processDefinitionName = MainProcess | | id = boundaryerror1 | | activityName = Error | ] ( line: 9, column: 82)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An Error Boundary Event with no error code must be allowed and trap any BPMN Exception (like a try/catch Exception)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to # ACT-953, a Boundary Event with no Error code is supported when directly import the bpmn into Exporer process deployment / but this is not suppported when editing with Activiti Modeler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for raising this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Nov 2014 06:50:21 GMT</pubDate>
    <dc:creator>skay</dc:creator>
    <dc:date>2014-11-22T06:50:21Z</dc:date>
    <item>
      <title>Acitviti Modeler issue on Error Boundary Event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/acitviti-modeler-issue-on-error-boundary-event/m-p/194470#M147600</link>
      <description>An Error Boundary Event with no(null) Error Code attribute is not supported when deploying from the Explorer Workspace / after having using the Activiti Modeler.This post is reformulating my previous post I answered myself &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;http://forums.activiti.org/content/error-boundary-event-and-modeler-bpmn-xm</description>
      <pubDate>Sat, 22 Nov 2014 06:50:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/acitviti-modeler-issue-on-error-boundary-event/m-p/194470#M147600</guid>
      <dc:creator>skay</dc:creator>
      <dc:date>2014-11-22T06:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Acitviti Modeler issue on Error Boundary Event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/acitviti-modeler-issue-on-error-boundary-event/m-p/194471#M147601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So you mean the Modeler removes it? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 14:05:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/acitviti-modeler-issue-on-error-boundary-event/m-p/194471#M147601</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-12-05T14:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Acitviti Modeler issue on Error Boundary Event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/acitviti-modeler-issue-on-error-boundary-event/m-p/194472#M147602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No : the Modeler is not supporting an error boundary with errorCode=null (exception when deploying).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This MUST be supported at it is explained in&amp;nbsp; #ACT-953 and means : get ANY BPMN Error thown from that node / no special code trigged.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The use case I described in my previous was&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Using Activiti Designer (Eclipse), design a .bpmn with an error boundary / error code=NULL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Deploy the .bpmn it in Activiti : deployment is OK and the process is running (OK).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Convet the process into editable model (workspace) / step into Activiti Modeler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Do nothing (!) just save the model from Activiti Modeler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) Try to deploy it&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;=&amp;gt; EXCEPTION / validation error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the validation logic is different if you upload a .bpmn and deploy it into Activiti or if you edit it within Activiti Modeler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;According the exception, it sounds like the *parser* is different / coming from uploading .bpmn or Activiti Modeler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 17:16:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/acitviti-modeler-issue-on-error-boundary-event/m-p/194472#M147602</guid>
      <dc:creator>skay</dc:creator>
      <dc:date>2014-12-05T17:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Acitviti Modeler issue on Error Boundary Event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/acitviti-modeler-issue-on-error-boundary-event/m-p/194473#M147603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think the validation logic is wrong. I think the Modeler throws away the errorCode altogether, which is a bug&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 13:18:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/acitviti-modeler-issue-on-error-boundary-event/m-p/194473#M147603</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-12-08T13:18:23Z</dc:date>
    </item>
  </channel>
</rss>

