Config Assign
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / AbstractCDSProcessingBB.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" id="Definitions_1l7m222" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="2.0.1">
3   <bpmn:process id="AbstractCDSProcessingBB" name="Abstract CDS Processing BB" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_1">
5       <bpmn:outgoing>SequenceFlow_02v5z4h</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:sequenceFlow id="SequenceFlow_02v5z4h" sourceRef="StartEvent_1" targetRef="Task_06n9c9v" />
8     <bpmn:sequenceFlow id="SequenceFlow_0gksy4i" sourceRef="Task_06n9c9v" targetRef="Task_0kjfr5o" />
9     <bpmn:sequenceFlow id="SequenceFlow_161g9uz" sourceRef="Task_0kjfr5o" targetRef="EndEvent_1h3epjc" />
10     <bpmn:endEvent id="EndEvent_1h3epjc">
11       <bpmn:incoming>SequenceFlow_161g9uz</bpmn:incoming>
12     </bpmn:endEvent>
13     <bpmn:serviceTask id="Task_06n9c9v" name="Get Required data to call CDS Client" camunda:expression="${AbstractCDSProcessingBBUtils.constructExecutionServiceInputObject(execution)}">
14       <bpmn:incoming>SequenceFlow_02v5z4h</bpmn:incoming>
15       <bpmn:outgoing>SequenceFlow_0gksy4i</bpmn:outgoing>
16     </bpmn:serviceTask>
17     <bpmn:serviceTask id="Task_0kjfr5o" name="CDS&#10;(Call SelfServiceAPI)&#10;" camunda:expression="${AbstractCDSProcessingBBUtils.sendRequestToCDSClient(execution)}">
18       <bpmn:incoming>SequenceFlow_0gksy4i</bpmn:incoming>
19       <bpmn:outgoing>SequenceFlow_161g9uz</bpmn:outgoing>
20     </bpmn:serviceTask>
21   </bpmn:process>
22   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
23     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="AbstractCDSProcessingBB">
24       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
25         <dc:Bounds x="124" y="264" width="36" height="36" />
26       </bpmndi:BPMNShape>
27       <bpmndi:BPMNEdge id="SequenceFlow_02v5z4h_di" bpmnElement="SequenceFlow_02v5z4h">
28         <di:waypoint x="160" y="282" />
29         <di:waypoint x="223" y="282" />
30       </bpmndi:BPMNEdge>
31       <bpmndi:BPMNEdge id="SequenceFlow_0gksy4i_di" bpmnElement="SequenceFlow_0gksy4i">
32         <di:waypoint x="323" y="282" />
33         <di:waypoint x="385" y="282" />
34       </bpmndi:BPMNEdge>
35       <bpmndi:BPMNEdge id="SequenceFlow_161g9uz_di" bpmnElement="SequenceFlow_161g9uz">
36         <di:waypoint x="485" y="282" />
37         <di:waypoint x="578" y="282" />
38       </bpmndi:BPMNEdge>
39       <bpmndi:BPMNShape id="EndEvent_1h3epjc_di" bpmnElement="EndEvent_1h3epjc">
40         <dc:Bounds x="578" y="264" width="36" height="36" />
41       </bpmndi:BPMNShape>
42       <bpmndi:BPMNShape id="ServiceTask_16es7z5_di" bpmnElement="Task_06n9c9v">
43         <dc:Bounds x="223" y="242" width="100" height="80" />
44       </bpmndi:BPMNShape>
45       <bpmndi:BPMNShape id="ServiceTask_18soa9e_di" bpmnElement="Task_0kjfr5o">
46         <dc:Bounds x="385" y="242" width="100" height="80" />
47       </bpmndi:BPMNShape>
48     </bpmndi:BPMNPlane>
49   </bpmndi:BPMNDiagram>
50 </bpmn:definitions>