Containerization feature of SO
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / CreateCustomerBB.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.8.2">
3   <bpmn:process id="CreateCustomerBB" name="CreateCustomerBB" isExecutable="true">
4     <bpmn:startEvent id="CreateCustomerBB_Start" name="Start">
5       <bpmn:outgoing>SequenceFlow_1wz1rfg</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:sequenceFlow id="SequenceFlow_1wz1rfg" sourceRef="CreateCustomerBB_Start" targetRef="CreateCustomerAAI" />
8     <bpmn:endEvent id="CreateCustomerBB_End">
9       <bpmn:incoming>SequenceFlow_0kfkpbh</bpmn:incoming>
10     </bpmn:endEvent>
11     <bpmn:serviceTask id="CreateCustomerAAI" name="CreateCustomer (AAI)" camunda:expression="${AAICreateTasks.createCustomer(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
12       <bpmn:incoming>SequenceFlow_1wz1rfg</bpmn:incoming>
13       <bpmn:outgoing>SequenceFlow_0kfkpbh</bpmn:outgoing>
14     </bpmn:serviceTask>
15     <bpmn:sequenceFlow id="SequenceFlow_0kfkpbh" sourceRef="CreateCustomerAAI" targetRef="CreateCustomerBB_End" />
16   </bpmn:process>
17   <bpmn:error id="Error_0pz4sdi" />
18   <bpmn:escalation id="Escalation_1hjulni" name="Escalation_2cgup2p" />
19   <bpmn:error id="Error_0s1ela2" name="gDelegateError" errorCode="7000" />
20   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
21     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateCustomerBB">
22       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="CreateCustomerBB_Start">
23         <dc:Bounds x="237" y="102" width="36" height="36" />
24         <bpmndi:BPMNLabel>
25           <dc:Bounds x="243" y="138" width="24" height="12" />
26         </bpmndi:BPMNLabel>
27       </bpmndi:BPMNShape>
28       <bpmndi:BPMNEdge id="SequenceFlow_1wz1rfg_di" bpmnElement="SequenceFlow_1wz1rfg">
29         <di:waypoint xsi:type="dc:Point" x="273" y="120" />
30         <di:waypoint xsi:type="dc:Point" x="412" y="120" />
31         <bpmndi:BPMNLabel>
32           <dc:Bounds x="297.5" y="99" width="90" height="12" />
33         </bpmndi:BPMNLabel>
34       </bpmndi:BPMNEdge>
35       <bpmndi:BPMNShape id="EndEvent_1k6463v_di" bpmnElement="CreateCustomerBB_End">
36         <dc:Bounds x="662" y="102" width="36" height="36" />
37         <bpmndi:BPMNLabel>
38           <dc:Bounds x="635" y="142" width="90" height="12" />
39         </bpmndi:BPMNLabel>
40       </bpmndi:BPMNShape>
41       <bpmndi:BPMNShape id="ServiceTask_01zmebl_di" bpmnElement="CreateCustomerAAI">
42         <dc:Bounds x="412" y="80" width="100" height="80" />
43       </bpmndi:BPMNShape>
44       <bpmndi:BPMNEdge id="SequenceFlow_0kfkpbh_di" bpmnElement="SequenceFlow_0kfkpbh">
45         <di:waypoint xsi:type="dc:Point" x="512" y="120" />
46         <di:waypoint xsi:type="dc:Point" x="662" y="120" />
47         <bpmndi:BPMNLabel>
48           <dc:Bounds x="542" y="99" width="90" height="12" />
49         </bpmndi:BPMNLabel>
50       </bpmndi:BPMNEdge>
51     </bpmndi:BPMNPlane>
52   </bpmndi:BPMNDiagram>
53 </bpmn:definitions>