Containerization feature of SO
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / ActivateServiceInstanceBB.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="ActivateServiceInstanceBB" name="ActivateServiceInstanceBB" isExecutable="true">
4     <bpmn:startEvent id="Start_ActivateServiceInstanceBB" name="start">
5       <bpmn:outgoing>SequenceFlow_1byfr8v</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:endEvent id="End_ActivateServiceInstanceBB" name="end">
8       <bpmn:incoming>SequenceFlow_0pioehv</bpmn:incoming>
9     </bpmn:endEvent>
10     <bpmn:sequenceFlow id="SequenceFlow_00q7fsg" sourceRef="Task_NoOpServiceInstance" targetRef="Task_UpdateServiceOrchestrationStatusToActive" />
11     <bpmn:task id="Task_NoOpServiceInstance" name="No-Op Service Instance (SDNC and SDNW)">
12       <bpmn:incoming>SequenceFlow_1byfr8v</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_00q7fsg</bpmn:outgoing>
14     </bpmn:task>
15     <bpmn:sequenceFlow id="SequenceFlow_0pioehv" sourceRef="Task_UpdateServiceOrchestrationStatusToActive" targetRef="End_ActivateServiceInstanceBB" />
16     <bpmn:serviceTask id="Task_UpdateServiceOrchestrationStatusToActive" name="Update Service Orchestration Status to Active (AAI)" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusActiveService(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
17       <bpmn:incoming>SequenceFlow_00q7fsg</bpmn:incoming>
18       <bpmn:outgoing>SequenceFlow_0pioehv</bpmn:outgoing>
19     </bpmn:serviceTask>
20     <bpmn:sequenceFlow id="SequenceFlow_1byfr8v" sourceRef="Start_ActivateServiceInstanceBB" targetRef="Task_NoOpServiceInstance" />
21   </bpmn:process>
22   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
23     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ActivateServiceInstanceBB">
24       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Start_ActivateServiceInstanceBB">
25         <dc:Bounds x="174" y="102" width="36" height="36" />
26         <bpmndi:BPMNLabel>
27           <dc:Bounds x="181" y="138" width="22" height="12" />
28         </bpmndi:BPMNLabel>
29       </bpmndi:BPMNShape>
30       <bpmndi:BPMNShape id="EndEvent_1qdtskz_di" bpmnElement="End_ActivateServiceInstanceBB">
31         <dc:Bounds x="591" y="102" width="36" height="36" />
32         <bpmndi:BPMNLabel>
33           <dc:Bounds x="600" y="142" width="18" height="12" />
34         </bpmndi:BPMNLabel>
35       </bpmndi:BPMNShape>
36       <bpmndi:BPMNEdge id="SequenceFlow_00q7fsg_di" bpmnElement="SequenceFlow_00q7fsg">
37         <di:waypoint xsi:type="dc:Point" x="382" y="120" />
38         <di:waypoint xsi:type="dc:Point" x="449" y="120" />
39         <bpmndi:BPMNLabel>
40           <dc:Bounds x="370.5" y="99" width="90" height="12" />
41         </bpmndi:BPMNLabel>
42       </bpmndi:BPMNEdge>
43       <bpmndi:BPMNShape id="Task_19a98rp_di" bpmnElement="Task_NoOpServiceInstance">
44         <dc:Bounds x="282" y="80" width="100" height="80" />
45       </bpmndi:BPMNShape>
46       <bpmndi:BPMNEdge id="SequenceFlow_0pioehv_di" bpmnElement="SequenceFlow_0pioehv">
47         <di:waypoint xsi:type="dc:Point" x="549" y="120" />
48         <di:waypoint xsi:type="dc:Point" x="591" y="120" />
49         <bpmndi:BPMNLabel>
50           <dc:Bounds x="525" y="99" width="90" height="12" />
51         </bpmndi:BPMNLabel>
52       </bpmndi:BPMNEdge>
53       <bpmndi:BPMNShape id="ServiceTask_1d9vh4e_di" bpmnElement="Task_UpdateServiceOrchestrationStatusToActive">
54         <dc:Bounds x="449" y="80" width="100" height="80" />
55       </bpmndi:BPMNShape>
56       <bpmndi:BPMNEdge id="SequenceFlow_1byfr8v_di" bpmnElement="SequenceFlow_1byfr8v">
57         <di:waypoint xsi:type="dc:Point" x="210" y="120" />
58         <di:waypoint xsi:type="dc:Point" x="282" y="120" />
59         <bpmndi:BPMNLabel>
60           <dc:Bounds x="246" y="99" width="0" height="12" />
61         </bpmndi:BPMNLabel>
62       </bpmndi:BPMNEdge>
63     </bpmndi:BPMNPlane>
64   </bpmndi:BPMNDiagram>
65 </bpmn:definitions>