Merge "Fix Neutron Network"
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / Activity / VNFSnapShotActivity.bpmn
1 <?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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0">
3   <bpmn:process id="VNFSnapShotActivity" name="VNFSnapShotActivity" isExecutable="true">
4     <bpmn:startEvent id="VNFSnapShotActivity_Start">
5       <bpmn:outgoing>SequenceFlow_06vhbci</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:endEvent id="VNFSnapShotActivity_End">
8       <bpmn:incoming>SequenceFlow_01312aj</bpmn:incoming>
9     </bpmn:endEvent>
10     <bpmn:sequenceFlow id="SequenceFlow_06vhbci" sourceRef="VNFSnapShotActivity_Start" targetRef="TaskPreProcessActivity" />
11     <bpmn:sequenceFlow id="SequenceFlow_01312aj" sourceRef="TaskSnapShot" targetRef="VNFSnapShotActivity_End" />
12     <bpmn:serviceTask id="TaskSnapShot" name="VNF SnapShot" camunda:expression="${AppcRunTasks.runAppcCommand(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)),execution.getVariable(&#34;actionSnapshot&#34;))}">
13       <bpmn:incoming>SequenceFlow_0cf0riu</bpmn:incoming>
14       <bpmn:outgoing>SequenceFlow_01312aj</bpmn:outgoing>
15     </bpmn:serviceTask>
16     <bpmn:serviceTask id="TaskPreProcessActivity" name="PreProcess Activity" camunda:expression="${AppcRunTasks.preProcessActivity(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
17       <bpmn:incoming>SequenceFlow_06vhbci</bpmn:incoming>
18       <bpmn:outgoing>SequenceFlow_0cf0riu</bpmn:outgoing>
19     </bpmn:serviceTask>
20     <bpmn:sequenceFlow id="SequenceFlow_0cf0riu" sourceRef="TaskPreProcessActivity" targetRef="TaskSnapShot" />
21   </bpmn:process>
22   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
23     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="VNFSnapShotActivity">
24       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="VNFSnapShotActivity_Start">
25         <dc:Bounds x="173" y="102" width="36" height="36" />
26       </bpmndi:BPMNShape>
27       <bpmndi:BPMNShape id="EndEvent_102xlzi_di" bpmnElement="VNFSnapShotActivity_End">
28         <dc:Bounds x="561" y="102" width="36" height="36" />
29         <bpmndi:BPMNLabel>
30           <dc:Bounds x="579" y="138" width="0" height="0" />
31         </bpmndi:BPMNLabel>
32       </bpmndi:BPMNShape>
33       <bpmndi:BPMNEdge id="SequenceFlow_06vhbci_di" bpmnElement="SequenceFlow_06vhbci">
34         <di:waypoint xsi:type="dc:Point" x="209" y="120" />
35         <di:waypoint xsi:type="dc:Point" x="255" y="120" />
36         <bpmndi:BPMNLabel>
37           <dc:Bounds x="232" y="105" width="0" height="0" />
38         </bpmndi:BPMNLabel>
39       </bpmndi:BPMNEdge>
40       <bpmndi:BPMNEdge id="SequenceFlow_01312aj_di" bpmnElement="SequenceFlow_01312aj">
41         <di:waypoint xsi:type="dc:Point" x="497" y="120" />
42         <di:waypoint xsi:type="dc:Point" x="561" y="120" />
43         <bpmndi:BPMNLabel>
44           <dc:Bounds x="529" y="105" width="0" height="0" />
45         </bpmndi:BPMNLabel>
46       </bpmndi:BPMNEdge>
47       <bpmndi:BPMNShape id="ServiceTask_066idx4_di" bpmnElement="TaskSnapShot">
48         <dc:Bounds x="397" y="80" width="100" height="80" />
49       </bpmndi:BPMNShape>
50       <bpmndi:BPMNShape id="ServiceTask_0fti66x_di" bpmnElement="TaskPreProcessActivity">
51         <dc:Bounds x="255" y="80" width="100" height="80" />
52       </bpmndi:BPMNShape>
53       <bpmndi:BPMNEdge id="SequenceFlow_0cf0riu_di" bpmnElement="SequenceFlow_0cf0riu">
54         <di:waypoint xsi:type="dc:Point" x="355" y="120" />
55         <di:waypoint xsi:type="dc:Point" x="397" y="120" />
56         <bpmndi:BPMNLabel>
57           <dc:Bounds x="376" y="105" width="0" height="0" />
58         </bpmndi:BPMNLabel>
59       </bpmndi:BPMNEdge>
60     </bpmndi:BPMNPlane>
61   </bpmndi:BPMNDiagram>
62 </bpmn:definitions>