Containerization feature of SO
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / DeactivateServiceInstanceBB.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: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.8.2">
3   <bpmn:process id="DeactivateServiceInstanceBB" name="DeactivateServiceInstanceBB" isExecutable="true">
4     <bpmn:startEvent id="Start_DeactivateServiceInstanceBB" name="Start">
5       <bpmn:outgoing>SequenceFlow_101w1ck</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:endEvent id="End_DeactivateServiceInstanceBB" name="end">
8       <bpmn:incoming>SequenceFlow_0pioehv</bpmn:incoming>
9     </bpmn:endEvent>
10     <bpmn:sequenceFlow id="SequenceFlow_00q7fsg" sourceRef="Task_DeactivateServiceInstance_SDNC" targetRef="Task_DeactivateServiceInstance_AAI" />
11     <bpmn:sequenceFlow id="SequenceFlow_0pioehv" sourceRef="Task_DeactivateServiceInstance_AAI" targetRef="End_DeactivateServiceInstanceBB" />
12     <bpmn:serviceTask id="Task_DeactivateServiceInstance_AAI" name="Update Service OStatus to Assigned (AAI)" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusAssignedService(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
13       <bpmn:incoming>SequenceFlow_00q7fsg</bpmn:incoming>
14       <bpmn:outgoing>SequenceFlow_0pioehv</bpmn:outgoing>
15     </bpmn:serviceTask>
16     <bpmn:serviceTask id="Task_DeactivateServiceInstance_SDNC" name="Service Instance Deactivate (SDNC)" camunda:expression="${SDNCDeactivateTasks.deactivateServiceInstance(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
17       <bpmn:incoming>SequenceFlow_101w1ck</bpmn:incoming>
18       <bpmn:outgoing>SequenceFlow_00q7fsg</bpmn:outgoing>
19     </bpmn:serviceTask>
20     <bpmn:sequenceFlow id="SequenceFlow_101w1ck" sourceRef="Start_DeactivateServiceInstanceBB" targetRef="Task_DeactivateServiceInstance_SDNC" />
21   </bpmn:process>
22   <bpmn:error id="Error_05rnr6a" name="gDelegateError" errorCode="7000" />
23   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
24     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeactivateServiceInstanceBB">
25       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Start_DeactivateServiceInstanceBB">
26         <dc:Bounds x="23" y="102" width="36" height="36" />
27         <bpmndi:BPMNLabel>
28           <dc:Bounds x="29" y="138" width="23" height="12" />
29         </bpmndi:BPMNLabel>
30       </bpmndi:BPMNShape>
31       <bpmndi:BPMNShape id="EndEvent_1qdtskz_di" bpmnElement="End_DeactivateServiceInstanceBB">
32         <dc:Bounds x="416" y="102" width="36" height="36" />
33         <bpmndi:BPMNLabel>
34           <dc:Bounds x="425" y="142" width="18" height="12" />
35         </bpmndi:BPMNLabel>
36       </bpmndi:BPMNShape>
37       <bpmndi:BPMNEdge id="SequenceFlow_00q7fsg_di" bpmnElement="SequenceFlow_00q7fsg">
38         <di:waypoint xsi:type="dc:Point" x="216" y="120" />
39         <di:waypoint xsi:type="dc:Point" x="262" y="120" />
40         <bpmndi:BPMNLabel>
41           <dc:Bounds x="239" y="105" width="0" height="0" />
42         </bpmndi:BPMNLabel>
43       </bpmndi:BPMNEdge>
44       <bpmndi:BPMNEdge id="SequenceFlow_0pioehv_di" bpmnElement="SequenceFlow_0pioehv">
45         <di:waypoint xsi:type="dc:Point" x="362" y="120" />
46         <di:waypoint xsi:type="dc:Point" x="416" y="120" />
47         <bpmndi:BPMNLabel>
48           <dc:Bounds x="389" y="99" width="0" height="0" />
49         </bpmndi:BPMNLabel>
50       </bpmndi:BPMNEdge>
51       <bpmndi:BPMNShape id="ServiceTask_1d9vh4e_di" bpmnElement="Task_DeactivateServiceInstance_AAI">
52         <dc:Bounds x="262" y="80" width="100" height="80" />
53       </bpmndi:BPMNShape>
54       <bpmndi:BPMNShape id="ServiceTask_04l854m_di" bpmnElement="Task_DeactivateServiceInstance_SDNC">
55         <dc:Bounds x="116" y="80" width="100" height="80" />
56       </bpmndi:BPMNShape>
57       <bpmndi:BPMNEdge id="SequenceFlow_101w1ck_di" bpmnElement="SequenceFlow_101w1ck">
58         <di:waypoint xsi:type="dc:Point" x="59" y="120" />
59         <di:waypoint xsi:type="dc:Point" x="116" y="120" />
60         <bpmndi:BPMNLabel>
61           <dc:Bounds x="87.5" y="99" width="0" height="12" />
62         </bpmndi:BPMNLabel>
63       </bpmndi:BPMNEdge>
64     </bpmndi:BPMNPlane>
65   </bpmndi:BPMNDiagram>
66 </bpmn:definitions>