aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/DeactivateNetworkBB.bpmn
blob: 836f52b9be26ddacc64d58eb68a6842dd3009edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<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.7.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
  <bpmn2:process id="DeactivateNetworkBB" name="DeactivateNetworkBB" isExecutable="true">
    <bpmn2:startEvent id="DeactivateNetworkBB_Start" name="Start">
      <bpmn2:outgoing>SequenceFlow_05elmhj</bpmn2:outgoing>
    </bpmn2:startEvent>
    <bpmn2:endEvent id="DeactivateNetworkBB_End" name="End">
      <bpmn2:incoming>SequenceFlow_18atf08</bpmn2:incoming>
    </bpmn2:endEvent>
    <bpmn2:serviceTask id="DeactivateNetworkSDNC" name="Deactivate Network (SDNC)" camunda:expression="${SDNCDeactivateTasks.deactivateNetwork(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
      <bpmn2:incoming>SequenceFlow_05elmhj</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0xbvwsu</bpmn2:outgoing>
    </bpmn2:serviceTask>
    <bpmn2:serviceTask id="DeactivateNetworkAAI" name="Deactivate Network (AAI)" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusCreatedNetwork(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
      <bpmn2:incoming>SequenceFlow_0xbvwsu</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_18atf08</bpmn2:outgoing>
    </bpmn2:serviceTask>
    <bpmn2:sequenceFlow id="SequenceFlow_05elmhj" sourceRef="DeactivateNetworkBB_Start" targetRef="DeactivateNetworkSDNC" />
    <bpmn2:sequenceFlow id="SequenceFlow_0xbvwsu" sourceRef="DeactivateNetworkSDNC" targetRef="DeactivateNetworkAAI" />
    <bpmn2:sequenceFlow id="SequenceFlow_18atf08" sourceRef="DeactivateNetworkAAI" targetRef="DeactivateNetworkBB_End" />
  </bpmn2:process>
  <bpmn2:error id="Error_0pz4sdi" name="gDelegateError" errorCode="7000" />
  <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
  <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeactivateNetworkBB">
      <bpmndi:BPMNShape id="StartEvent_0lbwmd1_di" bpmnElement="DeactivateNetworkBB_Start">
        <dc:Bounds x="545" y="-55" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="551" y="-14" width="24" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_10l9a3s_di" bpmnElement="DeactivateNetworkBB_End">
        <dc:Bounds x="975" y="-55" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="985" y="-19" width="19" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ServiceTask_1k7d8ih_di" bpmnElement="DeactivateNetworkSDNC">
        <dc:Bounds x="653" y="-77" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ServiceTask_1911vum_di" bpmnElement="DeactivateNetworkAAI">
        <dc:Bounds x="802" y="-77" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_05elmhj_di" bpmnElement="SequenceFlow_05elmhj">
        <di:waypoint xsi:type="dc:Point" x="581" y="-37" />
        <di:waypoint xsi:type="dc:Point" x="653" y="-37" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="617" y="-62" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0xbvwsu_di" bpmnElement="SequenceFlow_0xbvwsu">
        <di:waypoint xsi:type="dc:Point" x="753" y="-37" />
        <di:waypoint xsi:type="dc:Point" x="778" y="-37" />
        <di:waypoint xsi:type="dc:Point" x="778" y="-37" />
        <di:waypoint xsi:type="dc:Point" x="802" y="-37" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="793" y="-37" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_18atf08_di" bpmnElement="SequenceFlow_18atf08">
        <di:waypoint xsi:type="dc:Point" x="902" y="-37" />
        <di:waypoint xsi:type="dc:Point" x="939" y="-37" />
        <di:waypoint xsi:type="dc:Point" x="939" y="-37" />
        <di:waypoint xsi:type="dc:Point" x="975" y="-37" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="954" y="-37" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>