"initiator can close" flag not available in xml export

Hi,
I noticed this behaviour while trying to export an “app” from our development installation, and import in our production behaviour. The flag “Allow process initiatior to complete the task” was flagged in dev, but unflagged in prod.

Seems like in the xml export it is nowhere indicated that the initiator can complete the task.

image

<?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">
  <process id="InitiatorCanClose" name="InitiatorCanClose" isExecutable="true">
    <startEvent id="startEvent1"></startEvent>
    <userTask id="sid-A6FEA87C-25B8-4C4B-9694-1FF67347340E" flowable:candidateUsers="slag"></userTask>
    <sequenceFlow id="sid-C3802DEF-4257-4165-894A-A7A312AA09D8" sourceRef="startEvent1" targetRef="sid-A6FEA87C-25B8-4C4B-9694-1FF67347340E"></sequenceFlow>
    <endEvent id="sid-8D622FB4-BEA6-43C8-81DB-CE6C8ED0F493"></endEvent>
    <sequenceFlow id="sid-1960F1F9-1796-4649-A781-0BAAF25C1313" sourceRef="sid-A6FEA87C-25B8-4C4B-9694-1FF67347340E" targetRef="sid-8D622FB4-BEA6-43C8-81DB-CE6C8ED0F493"></sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_InitiatorCanClose">
    <bpmndi:BPMNPlane bpmnElement="InitiatorCanClose" id="BPMNPlane_InitiatorCanClose">
      <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-A6FEA87C-25B8-4C4B-9694-1FF67347340E" id="BPMNShape_sid-A6FEA87C-25B8-4C4B-9694-1FF67347340E">
        <omgdc:Bounds height="80.0" width="100.0" x="175.0" y="138.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-8D622FB4-BEA6-43C8-81DB-CE6C8ED0F493" id="BPMNShape_sid-8D622FB4-BEA6-43C8-81DB-CE6C8ED0F493">
        <omgdc:Bounds height="28.0" width="28.0" x="320.0" y="164.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-1960F1F9-1796-4649-A781-0BAAF25C1313" id="BPMNEdge_sid-1960F1F9-1796-4649-A781-0BAAF25C1313">
        <omgdi:waypoint x="275.0" y="178.0"></omgdi:waypoint>
        <omgdi:waypoint x="320.0" y="178.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-C3802DEF-4257-4165-894A-A7A312AA09D8" id="BPMNEdge_sid-C3802DEF-4257-4165-894A-A7A312AA09D8">
        <omgdi:waypoint x="130.0" y="178.0"></omgdi:waypoint>
        <omgdi:waypoint x="175.0" y="178.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>