Containerization feature of SO
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / UnassignServiceInstanceBB.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="UnassignServiceInstanceBB" name="UnassignServiceInstanceBB" isExecutable="true">
4     <bpmn:startEvent id="Start_UnassignServiceInstanceBB" name="start">
5       <bpmn:outgoing>SequenceFlow_0fzrhkc</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="Task_AAIDeleteServiceInstance" name="Delete Service Instance (AAI)" camunda:expression="${AAIDeleteTasks.deleteServiceInstance(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
8       <bpmn:incoming>SequenceFlow_0pu9j6i</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_0sfeg65</bpmn:outgoing>
10     </bpmn:serviceTask>
11     <bpmn:sequenceFlow id="SequenceFlow_0sfeg65" sourceRef="Task_AAIDeleteServiceInstance" targetRef="End_UnassignServiceInstanceBB" />
12     <bpmn:serviceTask id="Task_SdncUnassignServiceInstance" name="Unassign Service Instance (SDNC)" camunda:expression="${SDNCUnassignTasks.unassignServiceInstance(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
13       <bpmn:incoming>SequenceFlow_0fzrhkc</bpmn:incoming>
14       <bpmn:outgoing>SequenceFlow_0pu9j6i</bpmn:outgoing>
15     </bpmn:serviceTask>
16     <bpmn:sequenceFlow id="SequenceFlow_0pu9j6i" sourceRef="Task_SdncUnassignServiceInstance" targetRef="Task_AAIDeleteServiceInstance" />
17     <bpmn:endEvent id="End_UnassignServiceInstanceBB" name="end">
18       <bpmn:incoming>SequenceFlow_0sfeg65</bpmn:incoming>
19     </bpmn:endEvent>
20     <bpmn:sequenceFlow id="SequenceFlow_0fzrhkc" sourceRef="Start_UnassignServiceInstanceBB" targetRef="Task_SdncUnassignServiceInstance" />
21   </bpmn:process>
22   <bpmn:error id="Error_041z84w" name="gDelegateError" errorCode="7000" />
23   <bpmn:error id="Error_027m7l6" name="Failed orchestration status verification" errorCode="7000" />
24   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
25     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UnassignServiceInstanceBB">
26       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Start_UnassignServiceInstanceBB">
27         <dc:Bounds x="474" y="213" width="36" height="36" />
28         <bpmndi:BPMNLabel>
29           <dc:Bounds x="482" y="256" width="22" height="12" />
30         </bpmndi:BPMNLabel>
31       </bpmndi:BPMNShape>
32       <bpmndi:BPMNShape id="ServiceTask_0ltb3dj_di" bpmnElement="Task_AAIDeleteServiceInstance">
33         <dc:Bounds x="708" y="191" width="100" height="80" />
34       </bpmndi:BPMNShape>
35       <bpmndi:BPMNEdge id="SequenceFlow_0sfeg65_di" bpmnElement="SequenceFlow_0sfeg65">
36         <di:waypoint xsi:type="dc:Point" x="808" y="231" />
37         <di:waypoint xsi:type="dc:Point" x="853" y="231" />
38         <bpmndi:BPMNLabel>
39           <dc:Bounds x="785.5" y="210" width="90" height="12" />
40         </bpmndi:BPMNLabel>
41       </bpmndi:BPMNEdge>
42       <bpmndi:BPMNShape id="ServiceTask_11klnmn_di" bpmnElement="Task_SdncUnassignServiceInstance">
43         <dc:Bounds x="563" y="191" width="100" height="80" />
44       </bpmndi:BPMNShape>
45       <bpmndi:BPMNEdge id="SequenceFlow_0pu9j6i_di" bpmnElement="SequenceFlow_0pu9j6i">
46         <di:waypoint xsi:type="dc:Point" x="663" y="231" />
47         <di:waypoint xsi:type="dc:Point" x="708" y="231" />
48         <bpmndi:BPMNLabel>
49           <dc:Bounds x="640.5" y="210" width="90" height="12" />
50         </bpmndi:BPMNLabel>
51       </bpmndi:BPMNEdge>
52       <bpmndi:BPMNShape id="EndEvent_1p34ka9_di" bpmnElement="End_UnassignServiceInstanceBB">
53         <dc:Bounds x="853" y="213" width="36" height="36" />
54         <bpmndi:BPMNLabel>
55           <dc:Bounds x="863" y="255" width="21" height="12" />
56         </bpmndi:BPMNLabel>
57       </bpmndi:BPMNShape>
58       <bpmndi:BPMNEdge id="SequenceFlow_0fzrhkc_di" bpmnElement="SequenceFlow_0fzrhkc">
59         <di:waypoint xsi:type="dc:Point" x="510" y="231" />
60         <di:waypoint xsi:type="dc:Point" x="563" y="231" />
61         <bpmndi:BPMNLabel>
62           <dc:Bounds x="536.5" y="210" width="0" height="12" />
63         </bpmndi:BPMNLabel>
64       </bpmndi:BPMNEdge>
65     </bpmndi:BPMNPlane>
66   </bpmndi:BPMNDiagram>
67 </bpmn:definitions>