Merge changes Id0369478,I82d8306f
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / DeleteInstanceGroupBB.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.4.0">
3   <bpmn:process id="DeleteInstanceGroupBB" name="DeleteInstanceGroupBB" isExecutable="true">
4     <bpmn:startEvent id="DeleteInstanceGroupBB_Start">
5       <bpmn:outgoing>SequenceFlow_0wlfmtw</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:endEvent id="DeleteInstanceGroupBB_End">
8       <bpmn:incoming>SequenceFlow_068apyw</bpmn:incoming>
9     </bpmn:endEvent>
10     <bpmn:sequenceFlow id="SequenceFlow_0wlfmtw" sourceRef="DeleteInstanceGroupBB_Start" targetRef="DeleteInstanceGroupNaming" />
11     <bpmn:sequenceFlow id="SequenceFlow_18azuvq" sourceRef="DeleteInstanceGroupNaming" targetRef="DeleteInstanceGroupAAI" />
12     <bpmn:sequenceFlow id="SequenceFlow_068apyw" sourceRef="DeleteInstanceGroupAAI" targetRef="DeleteInstanceGroupBB_End" />
13     <bpmn:serviceTask id="DeleteInstanceGroupNaming" name="Delete Instance Group from Naming mS" camunda:expression="${NamingServiceDeleteTasks.deleteInstanceGroupName(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
14       <bpmn:incoming>SequenceFlow_0wlfmtw</bpmn:incoming>
15       <bpmn:outgoing>SequenceFlow_18azuvq</bpmn:outgoing>
16     </bpmn:serviceTask>
17     <bpmn:serviceTask id="DeleteInstanceGroupAAI" name="Delete Instance Group from A&#38;AI" camunda:expression="${AAIDeleteTasks.deleteInstanceGroup(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
18       <bpmn:incoming>SequenceFlow_18azuvq</bpmn:incoming>
19       <bpmn:outgoing>SequenceFlow_068apyw</bpmn:outgoing>
20     </bpmn:serviceTask>
21   </bpmn:process>
22   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
23     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteInstanceGroupBB">
24       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="DeleteInstanceGroupBB_Start">
25         <dc:Bounds x="173" y="102" width="36" height="36" />
26       </bpmndi:BPMNShape>
27       <bpmndi:BPMNShape id="EndEvent_1fy6x5e_di" bpmnElement="DeleteInstanceGroupBB_End">
28         <dc:Bounds x="645" y="102" width="36" height="36" />
29         <bpmndi:BPMNLabel>
30           <dc:Bounds x="663" y="138" width="0" height="0" />
31         </bpmndi:BPMNLabel>
32       </bpmndi:BPMNShape>
33       <bpmndi:BPMNEdge id="SequenceFlow_0wlfmtw_di" bpmnElement="SequenceFlow_0wlfmtw">
34         <di:waypoint xsi:type="dc:Point" x="209" y="120" />
35         <di:waypoint xsi:type="dc:Point" x="280" y="120" />
36         <bpmndi:BPMNLabel>
37           <dc:Bounds x="245" y="105" width="0" height="0" />
38         </bpmndi:BPMNLabel>
39       </bpmndi:BPMNEdge>
40       <bpmndi:BPMNEdge id="SequenceFlow_18azuvq_di" bpmnElement="SequenceFlow_18azuvq">
41         <di:waypoint xsi:type="dc:Point" x="380" y="120" />
42         <di:waypoint xsi:type="dc:Point" x="460" y="120" />
43         <bpmndi:BPMNLabel>
44           <dc:Bounds x="420" y="105" width="0" height="0" />
45         </bpmndi:BPMNLabel>
46       </bpmndi:BPMNEdge>
47       <bpmndi:BPMNEdge id="SequenceFlow_068apyw_di" bpmnElement="SequenceFlow_068apyw">
48         <di:waypoint xsi:type="dc:Point" x="560" y="120" />
49         <di:waypoint xsi:type="dc:Point" x="645" y="120" />
50         <bpmndi:BPMNLabel>
51           <dc:Bounds x="603" y="105" width="0" height="0" />
52         </bpmndi:BPMNLabel>
53       </bpmndi:BPMNEdge>
54       <bpmndi:BPMNShape id="ServiceTask_0nh16a5_di" bpmnElement="DeleteInstanceGroupNaming">
55         <dc:Bounds x="280" y="80" width="100" height="80" />
56       </bpmndi:BPMNShape>
57       <bpmndi:BPMNShape id="ServiceTask_0ybtwi8_di" bpmnElement="DeleteInstanceGroupAAI">
58         <dc:Bounds x="460" y="80" width="100" height="80" />
59       </bpmndi:BPMNShape>
60     </bpmndi:BPMNPlane>
61   </bpmndi:BPMNDiagram>
62 </bpmn:definitions>