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>
 
   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>
 
  13     <bpmn:serviceTask id="Task_06n9c9v" name="Get Required data to call CDS Client" camunda:expression="${AbstractCDSProcessingBBUtils.constructExecutionServiceInputObject(InjectExecution.execute(execution, execution.getVariable("gBuildingBlockExecution")))}">
 
  14       <bpmn:incoming>SequenceFlow_02v5z4h</bpmn:incoming>
 
  15       <bpmn:outgoing>SequenceFlow_0gksy4i</bpmn:outgoing>
 
  17     <bpmn:serviceTask id="Task_0kjfr5o" name="CDS
(Call SelfServiceAPI)
" camunda:expression="${AbstractCDSProcessingBBUtils.sendRequestToCDSClient(InjectExecution.execute(execution, execution.getVariable("gBuildingBlockExecution")))}">
 
  18       <bpmn:incoming>SequenceFlow_0gksy4i</bpmn:incoming>
 
  19       <bpmn:outgoing>SequenceFlow_161g9uz</bpmn:outgoing>
 
  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" />
 
  27       <bpmndi:BPMNEdge id="SequenceFlow_02v5z4h_di" bpmnElement="SequenceFlow_02v5z4h">
 
  28         <di:waypoint x="160" y="282" />
 
  29         <di:waypoint x="223" y="282" />
 
  31       <bpmndi:BPMNEdge id="SequenceFlow_0gksy4i_di" bpmnElement="SequenceFlow_0gksy4i">
 
  32         <di:waypoint x="323" y="282" />
 
  33         <di:waypoint x="385" y="282" />
 
  35       <bpmndi:BPMNEdge id="SequenceFlow_161g9uz_di" bpmnElement="SequenceFlow_161g9uz">
 
  36         <di:waypoint x="485" y="282" />
 
  37         <di:waypoint x="578" y="282" />
 
  39       <bpmndi:BPMNShape id="EndEvent_1h3epjc_di" bpmnElement="EndEvent_1h3epjc">
 
  40         <dc:Bounds x="578" y="264" width="36" height="36" />
 
  42       <bpmndi:BPMNShape id="ServiceTask_16es7z5_di" bpmnElement="Task_06n9c9v">
 
  43         <dc:Bounds x="223" y="242" width="100" height="80" />
 
  45       <bpmndi:BPMNShape id="ServiceTask_18soa9e_di" bpmnElement="Task_0kjfr5o">
 
  46         <dc:Bounds x="385" y="242" width="100" height="80" />