SwaggerConfig,ResourceAssignmentInitializer-Sonar
[ccsdk/apps.git] / components / model-catalog / blueprint-model / starter-blueprint / baseconfiguration / Plans / ActivateProcess.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL"
3                   xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
4                   xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC"
5                   xmlns:camunda="http://camunda.org/schema/1.0/bpmn"
6                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1"
7                   targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.2">
8     <bpmn:process id="ActivateProcess" isExecutable="true">
9         <bpmn:startEvent id="StartEvent_1">
10             <bpmn:outgoing>SequenceFlow_0l0dq58</bpmn:outgoing>
11         </bpmn:startEvent>
12         <bpmn:endEvent id="EndEvent_1pr0kil">
13             <bpmn:incoming>SequenceFlow_1ay0k6p</bpmn:incoming>
14         </bpmn:endEvent>
15         <bpmn:sequenceFlow id="SequenceFlow_0l0dq58" sourceRef="StartEvent_1" targetRef="activate_device_task"/>
16         <bpmn:sequenceFlow id="SequenceFlow_1ay0k6p" sourceRef="activate_device_task" targetRef="EndEvent_1pr0kil"/>
17         <bpmn:serviceTask id="activate_device_task" name="Activate Device"
18                           camunda:delegateExpression="${componentDelegateService}">
19             <bpmn:extensionElements>
20                 <camunda:inputOutput>
21                     <camunda:inputParameter name="selector"><![CDATA[resource-assignment
22 ]]></camunda:inputParameter>
23                 </camunda:inputOutput>
24             </bpmn:extensionElements>
25             <bpmn:incoming>SequenceFlow_0l0dq58</bpmn:incoming>
26             <bpmn:outgoing>SequenceFlow_1ay0k6p</bpmn:outgoing>
27         </bpmn:serviceTask>
28     </bpmn:process>
29     <bpmndi:BPMNDiagram id="BPMNDiagram_1">
30         <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ActivateProcess">
31             <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
32                 <dc:Bounds x="175" y="143" width="36" height="36"/>
33                 <bpmndi:BPMNLabel>
34                     <dc:Bounds x="148" y="179" width="90" height="20"/>
35                 </bpmndi:BPMNLabel>
36             </bpmndi:BPMNShape>
37             <bpmndi:BPMNShape id="EndEvent_1pr0kil_di" bpmnElement="EndEvent_1pr0kil">
38                 <dc:Bounds x="575" y="114" width="36" height="36"/>
39                 <bpmndi:BPMNLabel>
40                     <dc:Bounds x="593" y="154" width="0" height="12"/>
41                 </bpmndi:BPMNLabel>
42             </bpmndi:BPMNShape>
43             <bpmndi:BPMNEdge id="SequenceFlow_0l0dq58_di" bpmnElement="SequenceFlow_0l0dq58">
44                 <di:waypoint xsi:type="dc:Point" x="211" y="161"/>
45                 <di:waypoint xsi:type="dc:Point" x="273" y="161"/>
46                 <di:waypoint xsi:type="dc:Point" x="273" y="149"/>
47                 <di:waypoint xsi:type="dc:Point" x="334" y="149"/>
48                 <bpmndi:BPMNLabel>
49                     <dc:Bounds x="288" y="149" width="0" height="12"/>
50                 </bpmndi:BPMNLabel>
51             </bpmndi:BPMNEdge>
52             <bpmndi:BPMNEdge id="SequenceFlow_1ay0k6p_di" bpmnElement="SequenceFlow_1ay0k6p">
53                 <di:waypoint xsi:type="dc:Point" x="434" y="149"/>
54                 <di:waypoint xsi:type="dc:Point" x="505" y="149"/>
55                 <di:waypoint xsi:type="dc:Point" x="505" y="132"/>
56                 <di:waypoint xsi:type="dc:Point" x="575" y="132"/>
57                 <bpmndi:BPMNLabel>
58                     <dc:Bounds x="520" y="134.5" width="0" height="12"/>
59                 </bpmndi:BPMNLabel>
60             </bpmndi:BPMNEdge>
61             <bpmndi:BPMNShape id="ServiceTask_0e8ek4f_di" bpmnElement="activate_device_task">
62                 <dc:Bounds x="334" y="109" width="100" height="80"/>
63             </bpmndi:BPMNShape>
64         </bpmndi:BPMNPlane>
65     </bpmndi:BPMNDiagram>
66 </bpmn:definitions>