[SO] Release so 1.13.0 image
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / UnassignVfModuleBB.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.8.2">
3   <bpmn:process id="UnassignVfModuleBB" name="UnassignVfModuleBB" isExecutable="true">
4     <bpmn:startEvent id="UnassignVfModuleBB_Start">
5       <bpmn:outgoing>SequenceFlow_1kfxl04</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="DeleteVfModule" name="&#10;AAI &#10;Delete&#10;(vf module)&#10;" camunda:expression="${AAIDeleteTasks.deleteVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
8       <bpmn:incoming>SequenceFlow_0py9tf7</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_0qa6sxx</bpmn:outgoing>
10     </bpmn:serviceTask>
11     <bpmn:serviceTask id="UnassignVfModule" name="&#10;SDNC Unassign&#10;(vf module)&#10;" camunda:expression="${SDNCUnassignTasks.unassignVfModule(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
12       <bpmn:incoming>SequenceFlow_1kfxl04</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_152ntu2</bpmn:outgoing>
14     </bpmn:serviceTask>
15     <bpmn:endEvent id="UnassignVfModuleBB_End">
16       <bpmn:incoming>SequenceFlow_0qa6sxx</bpmn:incoming>
17     </bpmn:endEvent>
18     <bpmn:sequenceFlow id="SequenceFlow_1kfxl04" sourceRef="UnassignVfModuleBB_Start" targetRef="UnassignVfModule" />
19     <bpmn:sequenceFlow id="SequenceFlow_0qa6sxx" sourceRef="DeleteVfModule" targetRef="UnassignVfModuleBB_End" />
20     <bpmn:callActivity id="CallActivity_sdncHandler" name="SDNC Unassign (vf module)" calledElement="SDNCHandler">
21       <bpmn:extensionElements>
22         <camunda:in source="SDNCRequest" target="SDNCRequest" />
23         <camunda:out source="SDNCResponse" target="SDNCResponse" />
24         <camunda:out source="WorkflowException" target="WorkflowException" />
25         <camunda:in source="mso-request-id" target="mso-request-id" />
26       </bpmn:extensionElements>
27       <bpmn:incoming>SequenceFlow_152ntu2</bpmn:incoming>
28       <bpmn:outgoing>SequenceFlow_0py9tf7</bpmn:outgoing>
29     </bpmn:callActivity>
30     <bpmn:sequenceFlow id="SequenceFlow_152ntu2" sourceRef="UnassignVfModule" targetRef="CallActivity_sdncHandler" />
31     <bpmn:sequenceFlow id="SequenceFlow_0py9tf7" sourceRef="CallActivity_sdncHandler" targetRef="DeleteVfModule" />
32   </bpmn:process>
33   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
34     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UnassignVfModuleBB">
35       <bpmndi:BPMNShape id="StartEvent_0kxwniy_di" bpmnElement="UnassignVfModuleBB_Start">
36         <dc:Bounds x="213" y="-3" width="36" height="36" />
37         <bpmndi:BPMNLabel>
38           <dc:Bounds x="219" y="33" width="24" height="12" />
39         </bpmndi:BPMNLabel>
40       </bpmndi:BPMNShape>
41       <bpmndi:BPMNShape id="ServiceTask_0028k7a_di" bpmnElement="DeleteVfModule">
42         <dc:Bounds x="614" y="-25" width="100" height="80" />
43       </bpmndi:BPMNShape>
44       <bpmndi:BPMNShape id="ServiceTask_13t22km_di" bpmnElement="UnassignVfModule">
45         <dc:Bounds x="298" y="-25" width="100" height="80" />
46       </bpmndi:BPMNShape>
47       <bpmndi:BPMNShape id="EndEvent_0qdq7wj_di" bpmnElement="UnassignVfModuleBB_End">
48         <dc:Bounds x="782" y="-3" width="36" height="36" />
49         <bpmndi:BPMNLabel>
50           <dc:Bounds x="790" y="37" width="19" height="12" />
51         </bpmndi:BPMNLabel>
52       </bpmndi:BPMNShape>
53       <bpmndi:BPMNEdge id="SequenceFlow_1kfxl04_di" bpmnElement="SequenceFlow_1kfxl04">
54         <di:waypoint xsi:type="dc:Point" x="249" y="15" />
55         <di:waypoint xsi:type="dc:Point" x="298" y="15" />
56         <bpmndi:BPMNLabel>
57           <dc:Bounds x="228.5" y="0" width="90" height="0" />
58         </bpmndi:BPMNLabel>
59       </bpmndi:BPMNEdge>
60       <bpmndi:BPMNEdge id="SequenceFlow_0qa6sxx_di" bpmnElement="SequenceFlow_0qa6sxx">
61         <di:waypoint xsi:type="dc:Point" x="714" y="15" />
62         <di:waypoint xsi:type="dc:Point" x="782" y="15" />
63         <bpmndi:BPMNLabel>
64           <dc:Bounds x="703" y="0" width="90" height="0" />
65         </bpmndi:BPMNLabel>
66       </bpmndi:BPMNEdge>
67       <bpmndi:BPMNShape id="CallActivity_1x5hvzz_di" bpmnElement="CallActivity_sdncHandler">
68         <dc:Bounds x="449" y="-25" width="100" height="80" />
69       </bpmndi:BPMNShape>
70       <bpmndi:BPMNEdge id="SequenceFlow_152ntu2_di" bpmnElement="SequenceFlow_152ntu2">
71         <di:waypoint xsi:type="dc:Point" x="398" y="15" />
72         <di:waypoint xsi:type="dc:Point" x="449" y="15" />
73         <bpmndi:BPMNLabel>
74           <dc:Bounds x="423.5" y="-6" width="0" height="12" />
75         </bpmndi:BPMNLabel>
76       </bpmndi:BPMNEdge>
77       <bpmndi:BPMNEdge id="SequenceFlow_0py9tf7_di" bpmnElement="SequenceFlow_0py9tf7">
78         <di:waypoint xsi:type="dc:Point" x="549" y="15" />
79         <di:waypoint xsi:type="dc:Point" x="614" y="15" />
80         <bpmndi:BPMNLabel>
81           <dc:Bounds x="581.5" y="-6" width="0" height="12" />
82         </bpmndi:BPMNLabel>
83       </bpmndi:BPMNEdge>
84     </bpmndi:BPMNPlane>
85   </bpmndi:BPMNDiagram>
86 </bpmn:definitions>