Escalation event issue when importing a process

I have an intermediate escalation event with the escalation definition set to ‘convert’.However every time I import the process into flowable, this value is set to blank(no value). It works fine with others event types. Is there an known issue for it?? I couldn’t find any reference to it in the forum. Thanks in advance.

Do you have a simple export you can share that shows this? Helps check things.

Cheers
Paul.

sorry for the delay. I will put something together asap. Thanks.

Sorry for the delay. Hope it isn’t too late to sort this out. Thanks in advance.

I have a very basic BPMN with an intermediate escalation throwing event with the reference set to “escalationId”:

bpmn

Exporting the diagram from the modeler, and importing it again results in the escalation reference losing its value:

bpmn2

Here is the diff between the BPMN at creation and the BPMN after exporting and importing it again:

xlm-differences

Here’s the xml before importing:

<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
  <escalation id="escalationId" name="my escalation" escalationCode="escalationId"></escalation>
  <process id="testEscalationDefinition" name="testEscalationDefinition" isExecutable="true">
    <startEvent id="startEvent1" name="start process" flowable:formFieldValidation="true"></startEvent>
    <subProcess id="sid-556A3BA7-DB6C-40C0-A6BA-5EA8A08B649D" name="subprocess with escalation">
      <startEvent id="sid-B0765725-4366-43DC-A8E2-A79CCE8F8477" name="start subprocess" flowable:formFieldValidation="true"></startEvent>
      <intermediateThrowEvent id="sid-68247D0D-BE8D-4FE2-A5C9-AC0046B4B4D1">
        <escalationEventDefinition escalationRef="escalationId"></escalationEventDefinition>
      </intermediateThrowEvent>
      <sequenceFlow id="sid-6777B331-98B4-40B3-9EAD-EB94BA4F7313" sourceRef="sid-B0765725-4366-43DC-A8E2-A79CCE8F8477" targetRef="sid-68247D0D-BE8D-4FE2-A5C9-AC0046B4B4D1"></sequenceFlow>
      <endEvent id="sid-B19F0E3C-6067-4164-8DF7-CAB1F2EC33E2" name="end subporcess"></endEvent>
      <sequenceFlow id="sid-8F3FB2EE-6080-405E-B23A-19D1F56AE4A6" sourceRef="sid-68247D0D-BE8D-4FE2-A5C9-AC0046B4B4D1" targetRef="sid-B19F0E3C-6067-4164-8DF7-CAB1F2EC33E2"></sequenceFlow>
    </subProcess>
    <sequenceFlow id="sid-50E6D8C9-D231-487E-8571-B87B81C4BDB3" sourceRef="startEvent1" targetRef="sid-556A3BA7-DB6C-40C0-A6BA-5EA8A08B649D"></sequenceFlow>
    <endEvent id="sid-8A7E4764-7B72-4084-AA69-EC1F93CBEC79" name="end process"></endEvent>
    <sequenceFlow id="sid-EF5956A7-78C6-4326-95E5-E4D624559F4B" sourceRef="sid-556A3BA7-DB6C-40C0-A6BA-5EA8A08B649D" targetRef="sid-8A7E4764-7B72-4084-AA69-EC1F93CBEC79"></sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_testEscalationDefinition">
    <bpmndi:BPMNPlane bpmnElement="testEscalationDefinition" id="BPMNPlane_testEscalationDefinition">
      <bpmndi:BPMNShape bpmnElement="startEvent1" id="BPMNShape_startEvent1">
        <omgdc:Bounds height="30.0" width="30.0" x="100.0" y="163.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-556A3BA7-DB6C-40C0-A6BA-5EA8A08B649D" id="BPMNShape_sid-556A3BA7-DB6C-40C0-A6BA-5EA8A08B649D" isExpanded="false">
        <omgdc:Bounds height="80.0" width="100.0" x="212.5" y="140.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-8A7E4764-7B72-4084-AA69-EC1F93CBEC79" id="BPMNShape_sid-8A7E4764-7B72-4084-AA69-EC1F93CBEC79">
        <omgdc:Bounds height="28.0" width="28.0" x="357.5" y="166.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-50E6D8C9-D231-487E-8571-B87B81C4BDB3" id="BPMNEdge_sid-50E6D8C9-D231-487E-8571-B87B81C4BDB3">
        <omgdi:waypoint x="129.94858679313185" y="178.20269376812217"></omgdi:waypoint>
        <omgdi:waypoint x="212.4999999999989" y="179.32203389830508"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-EF5956A7-78C6-4326-95E5-E4D624559F4B" id="BPMNEdge_sid-EF5956A7-78C6-4326-95E5-E4D624559F4B">
        <omgdi:waypoint x="312.45000000000005" y="180.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.5" y="180.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
  <bpmndi:BPMNDiagram id="BPMNDiagram_sid-556A3BA7-DB6C-40C0-A6BA-5EA8A08B649D">
    <bpmndi:BPMNPlane bpmnElement="sid-556A3BA7-DB6C-40C0-A6BA-5EA8A08B649D" id="BPMNPlane_sid-556A3BA7-DB6C-40C0-A6BA-5EA8A08B649D">
      <bpmndi:BPMNShape bpmnElement="sid-B0765725-4366-43DC-A8E2-A79CCE8F8477" id="BPMNShape_sid-B0765725-4366-43DC-A8E2-A79CCE8F8477">
        <omgdc:Bounds height="30.0" width="30.0" x="195.0" y="240.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-68247D0D-BE8D-4FE2-A5C9-AC0046B4B4D1" id="BPMNShape_sid-68247D0D-BE8D-4FE2-A5C9-AC0046B4B4D1">
        <omgdc:Bounds height="30.0" width="30.0" x="315.0" y="240.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-6777B331-98B4-40B3-9EAD-EB94BA4F7313" id="BPMNEdge_sid-6777B331-98B4-40B3-9EAD-EB94BA4F7313">
        <omgdi:waypoint x="224.94999873104692" y="255.0"></omgdi:waypoint>
        <omgdi:waypoint x="315.0" y="255.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-B19F0E3C-6067-4164-8DF7-CAB1F2EC33E2" id="BPMNShape_sid-B19F0E3C-6067-4164-8DF7-CAB1F2EC33E2">
        <omgdc:Bounds height="28.0" width="28.0" x="420.0" y="241.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-8F3FB2EE-6080-405E-B23A-19D1F56AE4A6" id="BPMNEdge_sid-8F3FB2EE-6080-405E-B23A-19D1F56AE4A6">
        <omgdi:waypoint x="344.94999831078627" y="255.0"></omgdi:waypoint>
        <omgdi:waypoint x="420.0" y="255.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>