blob: b8e79a250860c32bbbe632ffcc0bc3c8249588cf [file] [log] [blame]
Zhuoyao Huang07245582017-09-22 19:22:42 +08001<?xml version="1.0" encoding="UTF-8"?>
2<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0">
3 <bpmn:process id="Process_1" isExecutable="true">
4 <bpmn:startEvent id="StartEvent_1">
5 <bpmn:outgoing>SequenceFlow_0trm4dk</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:exclusiveGateway id="ExclusiveGateway_0vvnd7x" name="is response ok?" default="SequenceFlow_083crve">
8 <bpmn:incoming>SequenceFlow_11dtpnr</bpmn:incoming>
9 <bpmn:outgoing>SequenceFlow_1amfirn</bpmn:outgoing>
10 <bpmn:outgoing>SequenceFlow_083crve</bpmn:outgoing>
11 </bpmn:exclusiveGateway>
12 <bpmn:endEvent id="EndEvent_14p1b2x">
13 <bpmn:incoming>SequenceFlow_1amfirn</bpmn:incoming>
14 </bpmn:endEvent>
15 <bpmn:endEvent id="EndEvent_0urwhzh">
16 <bpmn:incoming>SequenceFlow_083crve</bpmn:incoming>
17 <bpmn:errorEventDefinition />
18 </bpmn:endEvent>
19 <bpmn:sequenceFlow id="SequenceFlow_0trm4dk" sourceRef="StartEvent_1" targetRef="Task_0brg0a4" />
20 <bpmn:sequenceFlow id="SequenceFlow_11dtpnr" sourceRef="Task_0brg0a4" targetRef="ExclusiveGateway_0vvnd7x" />
21 <bpmn:sequenceFlow id="SequenceFlow_1amfirn" name="ok" sourceRef="ExclusiveGateway_0vvnd7x" targetRef="EndEvent_14p1b2x">
22 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("SendSdncResult")=='ok'}]]></bpmn:conditionExpression>
23 </bpmn:sequenceFlow>
24 <bpmn:sequenceFlow id="SequenceFlow_083crve" name="error" sourceRef="ExclusiveGateway_0vvnd7x" targetRef="EndEvent_0urwhzh" />
25 <bpmn:serviceTask id="Task_0brg0a4" name="call sdnc network operation" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncVlOperationTaskEntityImpl">
26 <bpmn:incoming>SequenceFlow_0trm4dk</bpmn:incoming>
27 <bpmn:outgoing>SequenceFlow_11dtpnr</bpmn:outgoing>
28 </bpmn:serviceTask>
29 </bpmn:process>
30 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
31 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
32 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
33 <dc:Bounds x="175" y="193" width="36" height="36" />
34 <bpmndi:BPMNLabel>
35 <dc:Bounds x="148" y="229" width="90" height="20" />
36 </bpmndi:BPMNLabel>
37 </bpmndi:BPMNShape>
38 <bpmndi:BPMNShape id="ExclusiveGateway_0vvnd7x_di" bpmnElement="ExclusiveGateway_0vvnd7x" isMarkerVisible="true">
39 <dc:Bounds x="561" y="186" width="50" height="50" />
40 <bpmndi:BPMNLabel>
41 <dc:Bounds x="546" y="240" width="80" height="12" />
42 </bpmndi:BPMNLabel>
43 </bpmndi:BPMNShape>
44 <bpmndi:BPMNShape id="EndEvent_14p1b2x_di" bpmnElement="EndEvent_14p1b2x">
45 <dc:Bounds x="740" y="193" width="36" height="36" />
46 <bpmndi:BPMNLabel>
47 <dc:Bounds x="758" y="233" width="0" height="12" />
48 </bpmndi:BPMNLabel>
49 </bpmndi:BPMNShape>
50 <bpmndi:BPMNShape id="EndEvent_0d0rf7s_di" bpmnElement="EndEvent_0urwhzh">
51 <dc:Bounds x="740" y="347" width="36" height="36" />
52 <bpmndi:BPMNLabel>
53 <dc:Bounds x="758" y="387" width="0" height="12" />
54 </bpmndi:BPMNLabel>
55 </bpmndi:BPMNShape>
56 <bpmndi:BPMNEdge id="SequenceFlow_0trm4dk_di" bpmnElement="SequenceFlow_0trm4dk">
57 <di:waypoint xsi:type="dc:Point" x="211" y="211" />
58 <di:waypoint xsi:type="dc:Point" x="340" y="211" />
59 <bpmndi:BPMNLabel>
60 <dc:Bounds x="275.5" y="190" width="0" height="12" />
61 </bpmndi:BPMNLabel>
62 </bpmndi:BPMNEdge>
63 <bpmndi:BPMNEdge id="SequenceFlow_11dtpnr_di" bpmnElement="SequenceFlow_11dtpnr">
64 <di:waypoint xsi:type="dc:Point" x="440" y="211" />
65 <di:waypoint xsi:type="dc:Point" x="561" y="211" />
66 <bpmndi:BPMNLabel>
67 <dc:Bounds x="500.5" y="190" width="0" height="12" />
68 </bpmndi:BPMNLabel>
69 </bpmndi:BPMNEdge>
70 <bpmndi:BPMNEdge id="SequenceFlow_1amfirn_di" bpmnElement="SequenceFlow_1amfirn">
71 <di:waypoint xsi:type="dc:Point" x="611" y="211" />
72 <di:waypoint xsi:type="dc:Point" x="740" y="211" />
73 <bpmndi:BPMNLabel>
74 <dc:Bounds x="669" y="190" width="13" height="12" />
75 </bpmndi:BPMNLabel>
76 </bpmndi:BPMNEdge>
77 <bpmndi:BPMNEdge id="SequenceFlow_083crve_di" bpmnElement="SequenceFlow_083crve">
78 <di:waypoint xsi:type="dc:Point" x="586" y="236" />
79 <di:waypoint xsi:type="dc:Point" x="586" y="365" />
80 <di:waypoint xsi:type="dc:Point" x="740" y="365" />
81 <bpmndi:BPMNLabel>
82 <dc:Bounds x="588" y="295" width="26" height="12" />
83 </bpmndi:BPMNLabel>
84 </bpmndi:BPMNEdge>
85 <bpmndi:BPMNShape id="ServiceTask_035xqek_di" bpmnElement="Task_0brg0a4">
86 <dc:Bounds x="340" y="171" width="100" height="80" />
87 </bpmndi:BPMNShape>
88 </bpmndi:BPMNPlane>
89 </bpmndi:BPMNDiagram>
90</bpmn:definitions>