[SO] Release so 1.13.0 image
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / ActivateNetworkBB.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.8.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="ActivateNetworkBB" name="ActivateNetworkBB" isExecutable="true">
4     <bpmn2:startEvent id="activateNetwork_startEvent">
5       <bpmn2:outgoing>SequenceFlow_05elmhj</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:endEvent id="activateNetwork_EndEvent">
8       <bpmn2:incoming>SequenceFlow_18atf08</bpmn2:incoming>
9     </bpmn2:endEvent>
10     <bpmn2:serviceTask id="Activate_Network_SDNC_ServiceTask" name="&#10;SDNC&#10;Activate&#10;(network)&#10;" camunda:expression="${SDNCActivateTasks.activateNetwork(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
11       <bpmn2:incoming>SequenceFlow_05elmhj</bpmn2:incoming>
12       <bpmn2:outgoing>SequenceFlow_0zzlwi7</bpmn2:outgoing>
13     </bpmn2:serviceTask>
14     <bpmn2:serviceTask id="Activate_Network_AAI_ServiceTask" name="&#10;AAI&#10;Update&#10;(network)&#10;" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusActiveNetwork(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
15       <bpmn2:incoming>SequenceFlow_0wb238v</bpmn2:incoming>
16       <bpmn2:outgoing>SequenceFlow_18atf08</bpmn2:outgoing>
17     </bpmn2:serviceTask>
18     <bpmn2:sequenceFlow id="SequenceFlow_05elmhj" sourceRef="activateNetwork_startEvent" targetRef="Activate_Network_SDNC_ServiceTask" />
19     <bpmn2:sequenceFlow id="SequenceFlow_18atf08" sourceRef="Activate_Network_AAI_ServiceTask" targetRef="activateNetwork_EndEvent" />
20     <bpmn2:callActivity id="CallActivity_sdncHandler" name="SDNC Activate (network)" calledElement="SDNCHandler">
21       <bpmn2: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       </bpmn2:extensionElements>
27       <bpmn2:incoming>SequenceFlow_0zzlwi7</bpmn2:incoming>
28       <bpmn2:outgoing>SequenceFlow_0wb238v</bpmn2:outgoing>
29     </bpmn2:callActivity>
30     <bpmn2:sequenceFlow id="SequenceFlow_0zzlwi7" sourceRef="Activate_Network_SDNC_ServiceTask" targetRef="CallActivity_sdncHandler" />
31     <bpmn2:sequenceFlow id="SequenceFlow_0wb238v" sourceRef="CallActivity_sdncHandler" targetRef="Activate_Network_AAI_ServiceTask" />
32   </bpmn2:process>
33   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
34   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
35   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
36     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ActivateNetworkBB">
37       <bpmndi:BPMNShape id="StartEvent_0lbwmd1_di" bpmnElement="activateNetwork_startEvent">
38         <dc:Bounds x="545" y="-55" width="36" height="36" />
39         <bpmndi:BPMNLabel>
40           <dc:Bounds x="538" y="-14" width="50" height="12" />
41         </bpmndi:BPMNLabel>
42       </bpmndi:BPMNShape>
43       <bpmndi:BPMNShape id="EndEvent_10l9a3s_di" bpmnElement="activateNetwork_EndEvent">
44         <dc:Bounds x="1115" y="-55" width="36" height="36" />
45         <bpmndi:BPMNLabel>
46           <dc:Bounds x="1089" y="-19" width="90" height="12" />
47         </bpmndi:BPMNLabel>
48       </bpmndi:BPMNShape>
49       <bpmndi:BPMNShape id="ServiceTask_1k7d8ih_di" bpmnElement="Activate_Network_SDNC_ServiceTask">
50         <dc:Bounds x="653" y="-77" width="100" height="80" />
51       </bpmndi:BPMNShape>
52       <bpmndi:BPMNShape id="ServiceTask_1911vum_di" bpmnElement="Activate_Network_AAI_ServiceTask">
53         <dc:Bounds x="969" y="-77" width="100" height="80" />
54       </bpmndi:BPMNShape>
55       <bpmndi:BPMNEdge id="SequenceFlow_05elmhj_di" bpmnElement="SequenceFlow_05elmhj">
56         <di:waypoint xsi:type="dc:Point" x="581" y="-37" />
57         <di:waypoint xsi:type="dc:Point" x="653" y="-37" />
58         <bpmndi:BPMNLabel>
59           <dc:Bounds x="617" y="-62" width="0" height="0" />
60         </bpmndi:BPMNLabel>
61       </bpmndi:BPMNEdge>
62       <bpmndi:BPMNEdge id="SequenceFlow_18atf08_di" bpmnElement="SequenceFlow_18atf08">
63         <di:waypoint xsi:type="dc:Point" x="1069" y="-37" />
64         <di:waypoint xsi:type="dc:Point" x="1115" y="-37" />
65         <bpmndi:BPMNLabel>
66           <dc:Bounds x="1047" y="-52" width="90" height="0" />
67         </bpmndi:BPMNLabel>
68       </bpmndi:BPMNEdge>
69       <bpmndi:BPMNShape id="CallActivity_0g1zk8g_di" bpmnElement="CallActivity_sdncHandler">
70         <dc:Bounds x="802" y="-77" width="100" height="80" />
71       </bpmndi:BPMNShape>
72       <bpmndi:BPMNEdge id="SequenceFlow_0zzlwi7_di" bpmnElement="SequenceFlow_0zzlwi7">
73         <di:waypoint xsi:type="dc:Point" x="753" y="-37" />
74         <di:waypoint xsi:type="dc:Point" x="802" y="-37" />
75         <bpmndi:BPMNLabel>
76           <dc:Bounds x="777.5" y="-58" width="0" height="12" />
77         </bpmndi:BPMNLabel>
78       </bpmndi:BPMNEdge>
79       <bpmndi:BPMNEdge id="SequenceFlow_0wb238v_di" bpmnElement="SequenceFlow_0wb238v">
80         <di:waypoint xsi:type="dc:Point" x="902" y="-37" />
81         <di:waypoint xsi:type="dc:Point" x="969" y="-37" />
82         <bpmndi:BPMNLabel>
83           <dc:Bounds x="935.5" y="-58" width="0" height="12" />
84         </bpmndi:BPMNLabel>
85       </bpmndi:BPMNEdge>
86     </bpmndi:BPMNPlane>
87   </bpmndi:BPMNDiagram>
88 </bpmn2:definitions>