Escalation Boundary Event not cancel activity by default

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Won't Fix
    • Priority: L3 - Default
    • None
    • Affects Version/s: 7.4.0
    • Component/s: engine
    • None

      AT:

      • escalation boundary event should be implicit non-interrupting if no attribute 'cancelActivity' is definied
      • enable failing test case org.camunda.bpm.engine.test.bpmn.event.escalation.EscalationEventTest.FAILING_testImplicitNonInterruptingEscalationBoundaryEvent()

      Note:

      • sementic.xsd has default value 'true' for attribute
        <xsd:element name="boundaryEvent" type="tBoundaryEvent" substitutionGroup="flowElement"/>
        	<xsd:complexType name="tBoundaryEvent">
        		<xsd:complexContent>
        			<xsd:extension base="tCatchEvent">
        				<xsd:attribute name="cancelActivity" type="xsd:boolean" default="true"/>
        				<xsd:attribute name="attachedToRef" type="xsd:QName" use="required"/>
        			</xsd:extension>
        		</xsd:complexContent>
        	</xsd:complexType>
        

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Philipp Ossler
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: