cancel
Showing results for 
Search instead for 
Did you mean: 

Why I can't see the editing view with Activiti Diagram Editor?

xiangyuely
Champ in-the-making
Champ in-the-making
I can't find that what reasons lead to see the empty editing view with Activiti Diagram Editor?
May be the problem of xml.But I can't find that with long time. I need some help.
The xml is as follows:

<?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:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlnsSmiley Surprisedmgdc="http://www.omg.org/spec/DD/20100524/DC" xmlnsSmiley Surprisedmgdi="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.activiti.org/test">
  <process id="officepost" name="局发文" isExecutable="true">
    <startEvent id="draftOfficepost" name="起草局发文" activiti:initiator="officepostDrafter"></startEvent>
    <userTask id="deptLeaderApprove" name="部门负责人核稿" activiti:assignee="${assigneeManager.getAssignee(execution,'deptLeaderApprove')}"></userTask>
    <userTask id="deptOtherLeaderApprove" name="处室其他领导核稿" activiti:assignee="${assigneeManager.getAssignee(execution,'deptOtherLeaderApprove')}"></userTask>
    <userTask id="drafter" name="拟稿人" activiti:assignee="${officepostDrafter}"></userTask>
    <userTask id="drafterToSecretary" name="拟稿人送秘书科" activiti:assignee="${officepostDrafter}"></userTask>
    <userTask id="countersignature" name="会签" activiti:assignee="${countersignaturePerson}">
       <multiInstanceLoopCharacteristics isSequential="false" activiti:collection="${assigneeManager.getAssigneeList(execution,'countersignature')}" activiti:elementVariable="countersignaturePerson">
            <completionCondition>${nrOfCompletedInstances/nrOfInstances >= 1}</completionCondition>
       </multiInstanceLoopCharacteristics>       
    </userTask>
    <userTask id="secretaryApprove" name="秘书科核稿" activiti:assignee="${assigneeManager.getAssignee(execution,'secretaryApprove')}"></userTask>
    <userTask id="officeLeader" name="办公室领导" activiti:assignee="${assigneeManager.getAssignee(execution,'officeLeader')}"></userTask>
    <userTask id="otherOfficeLeader" name="办公室其他领导" activiti:assignee="${assigneeManager.getAssignee(execution,'otherOfficeLeader')}"></userTask>
    <userTask id="boardSignature" name="局领导签发" activiti:assignee="${assigneeManager.getAssignee(execution,'boardSignature')}"></userTask>
    <userTask id="otherBoardSignature" name="其他局领导签发" activiti:assignee="${assigneeManager.getAssignee(execution,'otherBoardSignature')}"></userTask>
    <userTask id="directorSignature" name="局长签发" activiti:assignee="${assigneeManager.getAssignee(execution,'directorSignature')}"></userTask>
    <userTask id="confidenceComposing" name="机要科排版编号" activiti:assignee="${assigneeManager.getAssignee(execution,'confidenceComposing')}"></userTask>
    <userTask id="typistComposing" name="打字员排版" activiti:assignee="${assigneeManager.getAssignee(execution,'typistComposing')}"></userTask>
    <userTask id="drafterProof" name="拟稿人校对" activiti:assignee="${officepostDrafter}"></userTask>
    <userTask id="sealDispatch" name="盖章发文" activiti:assignee="${assigneeManager.getAssignee(execution,'sealDispatch')}"></userTask>
    <userTask id="personnelDispatch" name="人事处发文" activiti:assignee="${assigneeManager.getAssignee(execution,'personnelDispatch')}"></userTask>
    <userTask id="distributeCirculate" name="分送传阅" activiti:assignee="${distributeCirculatePerson}">
       <multiInstanceLoopCharacteristics isSequential="false" activiti:collection="${assigneeManager.getAssigneeList(execution,'distributeCirculate')}" activiti:elementVariable="distributeCirculatePerson">
            <completionCondition>${nrOfCompletedInstances/nrOfInstances >= 1}</completionCondition>
         </multiInstanceLoopCharacteristics>       
    </userTask>
    <sequenceFlow id="flow1" sourceRef="draftOfficepost" targetRef="deptLeaderApprove"></sequenceFlow>
    <exclusiveGateway id="deptLeaderApproveBranch" name="Exclusive Gateway"></exclusiveGateway>
    <sequenceFlow id="flow2" sourceRef="deptLeaderApprove" targetRef="deptLeaderApproveBranch"></sequenceFlow>
    <sequenceFlow id="flow3" name="[送] 通过返回拟稿人" sourceRef="deptLeaderApproveBranch" targetRef="drafter">
       <conditionExpression xsi:type="tFormalExpression">
          <![CDATA[${deptLeaderApproveOper==1 && isSignatureDeptEmpty==0}]]>
       </conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow5" name="[送] 通过返回拟稿人" sourceRef="deptLeaderApproveBranch" targetRef="drafterToSecretary">
       <conditionExpression xsi:type="tFormalExpression">
          <![CDATA[${deptLeaderApproveOper==1 && isSignatureDeptEmpty==1}]]>
       </conditionExpression>
    </sequenceFlow>
    </sequenceFlow>
    <sequenceFlow id="flow4" name="[送] 处室其他领导" sourceRef="deptLeaderApproveBranch" targetRef="deptOtherLeaderApprove">
       <conditionExpression xsi:type="tFormalExpression">
          <![CDATA[${deptLeaderApproveOper==2}]]>
       </conditionExpression>
    </sequenceFlow>
    </sequenceFlow>
    <exclusiveGateway id="deptOtherLeaderApproveBranch" name="Exclusive Gateway"></exclusiveGateway>
    <sequenceFlow id="flow6" sourceRef="deptOtherLeaderApprove" targetRef="deptOtherLeaderApproveBranch"></sequenceFlow>
    <sequenceFlow id="flow9" sourceRef="deptOtherLeaderApproveBranch" targetRef="drafter">
       <conditionExpression xsi:type="tFormalExpression">
          <![CDATA[${deptLeaderApproveOper==1 && isSignatureDeptEmpty==0}]]>
       </conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow7" sourceRef="deptOtherLeaderApproveBranch" targetRef="drafterToSecretary">
       <conditionExpression xsi:type="tFormalExpression">
          <![CDATA[${deptLeaderApproveOper==1 && isSignatureDeptEmpty==1}]]>
       </conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow8" sourceRef="deptOtherLeaderApproveBranch" targetRef="deptOtherLeaderApprove">
       <conditionExpression xsi:type="tFormalExpression">
          <![CDATA[${deptLeaderApproveOper==2}]]>
       </conditionExpression>
    </sequenceFlow>
    <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
    <sequenceFlow id="flow10" sourceRef="drafter" targetRef="exclusivegateway3"></sequenceFlow>
    <sequenceFlow id="flow11" sourceRef="exclusivegateway3" targetRef="countersignature"></sequenceFlow>
    <sequenceFlow id="flow12" sourceRef="exclusivegateway3" targetRef="secretaryApprove"></sequenceFlow>
    <sequenceFlow id="flow13" sourceRef="countersignature" targetRef="drafter"></sequenceFlow>
    <exclusiveGateway id="exclusivegateway4" name="Exclusive Gateway"></exclusiveGateway>
    <sequenceFlow id="flow14" sourceRef="secretaryApprove" targetRef="exclusivegateway4"></sequenceFlow>
    <sequenceFlow id="flow15" sourceRef="exclusivegateway4" targetRef="drafter"></sequenceFlow>
    <sequenceFlow id="flow16" sourceRef="exclusivegateway4" targetRef="officeLeader"></sequenceFlow>
    <sequenceFlow id="flow17" sourceRef="drafterToSecretary" targetRef="secretaryApprove"></sequenceFlow>
    <exclusiveGateway id="exclusivegateway5" name="Exclusive Gateway"></exclusiveGateway>
    <sequenceFlow id="flow18" sourceRef="officeLeader" targetRef="exclusivegateway5"></sequenceFlow>
    <sequenceFlow id="flow19" sourceRef="exclusivegateway5" targetRef="boardSignature"></sequenceFlow>
    <sequenceFlow id="flow20" sourceRef="exclusivegateway5" targetRef="otherOfficeLeader"></sequenceFlow>
    <exclusiveGateway id="exclusivegateway6" name="Exclusive Gateway"></exclusiveGateway>
    <sequenceFlow id="flow21" sourceRef="otherOfficeLeader" targetRef="exclusivegateway6"></sequenceFlow>
    <sequenceFlow id="flow22" sourceRef="exclusivegateway6" targetRef="boardSignature"></sequenceFlow>
    <sequenceFlow id="flow23" sourceRef="exclusivegateway6" targetRef="otherOfficeLeader"></sequenceFlow>
    <exclusiveGateway id="exclusivegateway7" name="Exclusive Gateway"></exclusiveGateway>
    <sequenceFlow id="flow24" sourceRef="boardSignature" targetRef="exclusivegateway7"></sequenceFlow>
    <sequenceFlow id="flow25" sourceRef="exclusivegateway7" targetRef="directorSignature"></sequenceFlow>
    <exclusiveGateway id="exclusivegateway8" name="Exclusive Gateway"></exclusiveGateway>
    <sequenceFlow id="flow26" sourceRef="directorSignature" targetRef="exclusivegateway8"></sequenceFlow>
    <sequenceFlow id="flow27" sourceRef="exclusivegateway8" targetRef="confidenceComposing"></sequenceFlow>
    <exclusiveGateway id="exclusivegateway9" name="Exclusive Gateway"></exclusiveGateway>
    <sequenceFlow id="flow28" sourceRef="otherBoardSignature" targetRef="exclusivegateway9"></sequenceFlow>
    <sequenceFlow id="flow29" sourceRef="exclusivegateway9" targetRef="otherBoardSignature"></sequenceFlow>
    <sequenceFlow id="flow30" sourceRef="exclusivegateway9" targetRef="confidenceComposing"></sequenceFlow>
    <sequenceFlow id="flow31" sourceRef="exclusivegateway7" targetRef="otherBoardSignature"></sequenceFlow>
    <sequenceFlow id="flow32" sourceRef="exclusivegateway8" targetRef="otherBoardSignature"></sequenceFlow>
    <exclusiveGateway id="exclusivegateway10" name="Exclusive Gateway"></exclusiveGateway>
    <sequenceFlow id="flow33" sourceRef="confidenceComposing" targetRef="exclusivegateway10"></sequenceFlow>
    <sequenceFlow id="flow34" sourceRef="exclusivegateway10" targetRef="typistComposing"></sequenceFlow>
    <sequenceFlow id="flow35" sourceRef="typistComposing" targetRef="drafterProof"></sequenceFlow>
    <sequenceFlow id="flow36" sourceRef="exclusivegateway10" targetRef="drafterProof"></sequenceFlow>
    <sequenceFlow id="flow37" sourceRef="drafterProof" targetRef="sealDispatch"></sequenceFlow>
    <exclusiveGateway id="exclusivegateway11" name="Exclusive Gateway"></exclusiveGateway>
    <sequenceFlow id="flow38" sourceRef="sealDispatch" targetRef="exclusivegateway11"></sequenceFlow>
    <sequenceFlow id="flow39" sourceRef="exclusivegateway11" targetRef="personnelDispatch"></sequenceFlow>
    <exclusiveGateway id="exclusivegateway12" name="Exclusive Gateway"></exclusiveGateway>
    <sequenceFlow id="flow40" sourceRef="personnelDispatch" targetRef="exclusivegateway12"></sequenceFlow>
    <sequenceFlow id="flow41" sourceRef="exclusivegateway12" targetRef="distributeCirculate"></sequenceFlow>
    <sequenceFlow id="flow42" sourceRef="distributeCirculate" targetRef="personnelDispatch"></sequenceFlow>
    <sequenceFlow id="flow43" sourceRef="exclusivegateway12" targetRef="sealDispatch"></sequenceFlow>
    <sequenceFlow id="flow44" sourceRef="exclusivegateway11" targetRef="otherBoardSignature"></sequenceFlow>
    <sequenceFlow id="flow45" sourceRef="exclusivegateway10" targetRef="otherBoardSignature"></sequenceFlow>
    <sequenceFlow id="flow46" sourceRef="exclusivegateway7" targetRef="confidenceComposing"></sequenceFlow>
    <sequenceFlow id="flow47" sourceRef="exclusivegateway5" targetRef="confidenceComposing"></sequenceFlow>
    <sequenceFlow id="flow48" sourceRef="exclusivegateway5" targetRef="secretaryApprove"></sequenceFlow>
    <sequenceFlow id="flow49" sourceRef="exclusivegateway6" targetRef="confidenceComposing"></sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_officepost">
    <bpmndi:BPMNPlane bpmnElement="officepost" id="BPMNPlane_officepost">
      <bpmndi:BPMNShape bpmnElement="deptLeaderApprove" id="BPMNShape_deptLeaderApprove">
        <omgdc:Bounds height="55.0" width="105.0" x="305.0" y="100.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="draftOfficepost" id="BPMNShape_draftOfficepost">
        <omgdc:Bounds height="35.0" width="35.0" x="340.0" y="30.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="drafter" id="BPMNShape_drafter">
        <omgdc:Bounds height="55.0" width="105.0" x="305.0" y="330.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="drafterToSecretary" id="BPMNShape_drafterToSecretary">
        <omgdc:Bounds height="55.0" width="105.0" x="450.0" y="160.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="deptOtherLeaderApprove" id="BPMNShape_deptOtherLeaderApprove">
        <omgdc:Bounds height="55.0" width="105.0" x="670.0" y="90.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="secretaryApprove" id="BPMNShape_secretaryApprove">
        <omgdc:Bounds height="55.0" width="105.0" x="305.0" y="520.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="countersignature" id="BPMNShape_countersignature">
        <omgdc:Bounds height="55.0" width="105.0" x="120.0" y="430.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="officeLeader" id="BPMNShape_officeLeader">
        <omgdc:Bounds height="55.0" width="105.0" x="305.0" y="700.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="otherOfficeLeader" id="BPMNShape_otherOfficeLeader">
        <omgdc:Bounds height="55.0" width="105.0" x="80.0" y="700.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="boardSignature" id="BPMNShape_boardSignature">
        <omgdc:Bounds height="55.0" width="105.0" x="305.0" y="900.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="otherBoardSignature" id="BPMNShape_otherBoardSignature">
        <omgdc:Bounds height="55.0" width="105.0" x="62.0" y="900.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="directorSignature" id="BPMNShape_directorSignature">
        <omgdc:Bounds height="55.0" width="105.0" x="305.0" y="1070.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="confidenceComposing" id="BPMNShape_confidenceComposing">
        <omgdc:Bounds height="55.0" width="105.0" x="305.0" y="1290.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="typistComposing" id="BPMNShape_typistComposing">
        <omgdc:Bounds height="55.0" width="105.0" x="305.0" y="1520.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="drafterProof" id="BPMNShape_drafterProof">
        <omgdc:Bounds height="55.0" width="105.0" x="305.0" y="1660.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sealDispatch" id="BPMNShape_sealDispatch">
        <omgdc:Bounds height="55.0" width="105.0" x="305.0" y="1810.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="personnelDispatch" id="BPMNShape_personnelDispatch">
        <omgdc:Bounds height="55.0" width="105.0" x="305.0" y="2010.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="distributeCirculate" id="BPMNShape_distributeCirculate">
        <omgdc:Bounds height="55.0" width="105.0" x="305.0" y="2250.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="deptLeaderApproveBranch" id="BPMNShape_deptLeaderApproveBranch">
        <omgdc:Bounds height="40.0" width="40.0" x="337.0" y="240.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="deptOtherLeaderApproveBranch" id="BPMNShape_deptOtherLeaderApproveBranch">
        <omgdc:Bounds height="40.0" width="40.0" x="576.0" y="97.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
        <omgdc:Bounds height="40.0" width="40.0" x="337.0" y="437.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="exclusivegateway4" id="BPMNShape_exclusivegateway4">
        <omgdc:Bounds height="40.0" width="40.0" x="337.0" y="610.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="exclusivegateway5" id="BPMNShape_exclusivegateway5">
        <omgdc:Bounds height="40.0" width="40.0" x="337.0" y="790.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="exclusivegateway6" id="BPMNShape_exclusivegateway6">
        <omgdc:Bounds height="40.0" width="40.0" x="112.0" y="820.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="exclusivegateway7" id="BPMNShape_exclusivegateway7">
        <omgdc:Bounds height="40.0" width="40.0" x="337.0" y="990.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="exclusivegateway8" id="BPMNShape_exclusivegateway8">
        <omgdc:Bounds height="40.0" width="40.0" x="337.0" y="1180.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="exclusivegateway9" id="BPMNShape_exclusivegateway9">
        <omgdc:Bounds height="40.0" width="40.0" x="94.0" y="1059.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="exclusivegateway10" id="BPMNShape_exclusivegateway10">
        <omgdc:Bounds height="40.0" width="40.0" x="337.0" y="1400.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="exclusivegateway11" id="BPMNShape_exclusivegateway11">
        <omgdc:Bounds height="40.0" width="40.0" x="337.0" y="1910.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="exclusivegateway12" id="BPMNShape_exclusivegateway12">
        <omgdc:Bounds height="40.0" width="40.0" x="337.0" y="2120.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
        <omgdi:waypoint x="357.0" y="65.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="100.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
        <omgdi:waypoint x="357.0" y="155.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="240.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
        <omgdi:waypoint x="357.0" y="280.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="330.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
        <omgdi:waypoint x="377.0" y="260.0"></omgdi:waypoint>
        <omgdi:waypoint x="722.0" y="259.0"></omgdi:waypoint>
        <omgdi:waypoint x="722.0" y="145.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
        <omgdi:waypoint x="357.0" y="240.0"></omgdi:waypoint>
        <omgdi:waypoint x="502.0" y="215.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
        <omgdi:waypoint x="670.0" y="117.0"></omgdi:waypoint>
        <omgdi:waypoint x="616.0" y="117.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
        <omgdi:waypoint x="576.0" y="117.0"></omgdi:waypoint>
        <omgdi:waypoint x="502.0" y="117.0"></omgdi:waypoint>
        <omgdi:waypoint x="502.0" y="160.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
        <omgdi:waypoint x="596.0" y="97.0"></omgdi:waypoint>
        <omgdi:waypoint x="596.0" y="49.0"></omgdi:waypoint>
        <omgdi:waypoint x="722.0" y="49.0"></omgdi:waypoint>
        <omgdi:waypoint x="722.0" y="90.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
        <omgdi:waypoint x="596.0" y="137.0"></omgdi:waypoint>
        <omgdi:waypoint x="596.0" y="357.0"></omgdi:waypoint>
        <omgdi:waypoint x="410.0" y="357.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
        <omgdi:waypoint x="357.0" y="385.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="437.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">
        <omgdi:waypoint x="337.0" y="457.0"></omgdi:waypoint>
        <omgdi:waypoint x="225.0" y="457.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12">
        <omgdi:waypoint x="357.0" y="477.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="520.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
        <omgdi:waypoint x="172.0" y="430.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="385.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
        <omgdi:waypoint x="357.0" y="575.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="610.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">
        <omgdi:waypoint x="337.0" y="630.0"></omgdi:waypoint>
        <omgdi:waypoint x="104.0" y="629.0"></omgdi:waypoint>
        <omgdi:waypoint x="104.0" y="357.0"></omgdi:waypoint>
        <omgdi:waypoint x="305.0" y="357.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
        <omgdi:waypoint x="357.0" y="650.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="700.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow17" id="BPMNEdge_flow17">
        <omgdi:waypoint x="502.0" y="215.0"></omgdi:waypoint>
        <omgdi:waypoint x="502.0" y="547.0"></omgdi:waypoint>
        <omgdi:waypoint x="410.0" y="547.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow18" id="BPMNEdge_flow18">
        <omgdi:waypoint x="357.0" y="755.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="790.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow19" id="BPMNEdge_flow19">
        <omgdi:waypoint x="357.0" y="830.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="900.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
        <omgdi:waypoint x="357.0" y="790.0"></omgdi:waypoint>
        <omgdi:waypoint x="132.0" y="755.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow21" id="BPMNEdge_flow21">
        <omgdi:waypoint x="132.0" y="755.0"></omgdi:waypoint>
        <omgdi:waypoint x="132.0" y="820.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow22" id="BPMNEdge_flow22">
        <omgdi:waypoint x="132.0" y="860.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="900.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow23" id="BPMNEdge_flow23">
        <omgdi:waypoint x="112.0" y="840.0"></omgdi:waypoint>
        <omgdi:waypoint x="41.0" y="839.0"></omgdi:waypoint>
        <omgdi:waypoint x="41.0" y="726.0"></omgdi:waypoint>
        <omgdi:waypoint x="80.0" y="727.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow24" id="BPMNEdge_flow24">
        <omgdi:waypoint x="357.0" y="955.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="990.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow25" id="BPMNEdge_flow25">
        <omgdi:waypoint x="357.0" y="1030.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="1070.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow26" id="BPMNEdge_flow26">
        <omgdi:waypoint x="357.0" y="1125.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="1180.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow27" id="BPMNEdge_flow27">
        <omgdi:waypoint x="357.0" y="1220.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="1290.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow28" id="BPMNEdge_flow28">
        <omgdi:waypoint x="114.0" y="955.0"></omgdi:waypoint>
        <omgdi:waypoint x="114.0" y="1059.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow29" id="BPMNEdge_flow29">
        <omgdi:waypoint x="94.0" y="1079.0"></omgdi:waypoint>
        <omgdi:waypoint x="15.0" y="1079.0"></omgdi:waypoint>
        <omgdi:waypoint x="15.0" y="926.0"></omgdi:waypoint>
        <omgdi:waypoint x="62.0" y="927.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow30" id="BPMNEdge_flow30">
        <omgdi:waypoint x="114.0" y="1099.0"></omgdi:waypoint>
        <omgdi:waypoint x="114.0" y="1317.0"></omgdi:waypoint>
        <omgdi:waypoint x="305.0" y="1317.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow31" id="BPMNEdge_flow31">
        <omgdi:waypoint x="357.0" y="990.0"></omgdi:waypoint>
        <omgdi:waypoint x="114.0" y="955.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow32" id="BPMNEdge_flow32">
        <omgdi:waypoint x="357.0" y="1180.0"></omgdi:waypoint>
        <omgdi:waypoint x="114.0" y="955.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow33" id="BPMNEdge_flow33">
        <omgdi:waypoint x="357.0" y="1345.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="1400.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow34" id="BPMNEdge_flow34">
        <omgdi:waypoint x="357.0" y="1440.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="1520.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow35" id="BPMNEdge_flow35">
        <omgdi:waypoint x="357.0" y="1575.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="1660.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow36" id="BPMNEdge_flow36">
        <omgdi:waypoint x="377.0" y="1420.0"></omgdi:waypoint>
        <omgdi:waypoint x="569.0" y="1419.0"></omgdi:waypoint>
        <omgdi:waypoint x="569.0" y="1687.0"></omgdi:waypoint>
        <omgdi:waypoint x="410.0" y="1687.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow37" id="BPMNEdge_flow37">
        <omgdi:waypoint x="357.0" y="1715.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="1810.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow38" id="BPMNEdge_flow38">
        <omgdi:waypoint x="357.0" y="1865.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="1910.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow39" id="BPMNEdge_flow39">
        <omgdi:waypoint x="357.0" y="1950.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="2010.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow40" id="BPMNEdge_flow40">
        <omgdi:waypoint x="357.0" y="2065.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="2120.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow41" id="BPMNEdge_flow41">
        <omgdi:waypoint x="357.0" y="2160.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="2250.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow42" id="BPMNEdge_flow42">
        <omgdi:waypoint x="305.0" y="2277.0"></omgdi:waypoint>
        <omgdi:waypoint x="201.0" y="2277.0"></omgdi:waypoint>
        <omgdi:waypoint x="201.0" y="2037.0"></omgdi:waypoint>
        <omgdi:waypoint x="305.0" y="2037.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow43" id="BPMNEdge_flow43">
        <omgdi:waypoint x="377.0" y="2140.0"></omgdi:waypoint>
        <omgdi:waypoint x="515.0" y="2139.0"></omgdi:waypoint>
        <omgdi:waypoint x="515.0" y="1837.0"></omgdi:waypoint>
        <omgdi:waypoint x="410.0" y="1837.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow44" id="BPMNEdge_flow44">
        <omgdi:waypoint x="337.0" y="1930.0"></omgdi:waypoint>
        <omgdi:waypoint x="35.0" y="1929.0"></omgdi:waypoint>
        <omgdi:waypoint x="35.0" y="996.0"></omgdi:waypoint>
        <omgdi:waypoint x="114.0" y="955.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow45" id="BPMNEdge_flow45">
        <omgdi:waypoint x="337.0" y="1420.0"></omgdi:waypoint>
        <omgdi:waypoint x="269.0" y="1420.0"></omgdi:waypoint>
        <omgdi:waypoint x="114.0" y="955.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow46" id="BPMNEdge_flow46">
        <omgdi:waypoint x="377.0" y="1010.0"></omgdi:waypoint>
        <omgdi:waypoint x="432.0" y="1010.0"></omgdi:waypoint>
        <omgdi:waypoint x="432.0" y="1219.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="1290.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow47" id="BPMNEdge_flow47">
        <omgdi:waypoint x="377.0" y="810.0"></omgdi:waypoint>
        <omgdi:waypoint x="561.0" y="810.0"></omgdi:waypoint>
        <omgdi:waypoint x="561.0" y="1317.0"></omgdi:waypoint>
        <omgdi:waypoint x="410.0" y="1317.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow48" id="BPMNEdge_flow48">
        <omgdi:waypoint x="357.0" y="790.0"></omgdi:waypoint>
        <omgdi:waypoint x="488.0" y="731.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="575.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow49" id="BPMNEdge_flow49">
        <omgdi:waypoint x="152.0" y="840.0"></omgdi:waypoint>
        <omgdi:waypoint x="487.0" y="840.0"></omgdi:waypoint>
        <omgdi:waypoint x="487.0" y="1248.0"></omgdi:waypoint>
        <omgdi:waypoint x="357.0" y="1290.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
It's pretty vague what you are posting here. What Diagram Editor? The Eclipse one? The Web based modeler?