bug fix - add missing required information to docs.
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / CnfAdapterBB.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.10.0">
3   <bpmn:process id="CnfAdapterBB" name="CnfAdapterBB" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_1">
5       <bpmn:outgoing>SequenceFlow_0xb4elc</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:endEvent id="EndEvent_1ee5kqt">
8       <bpmn:incoming>SequenceFlow_0lc785k</bpmn:incoming>
9     </bpmn:endEvent>
10     <bpmn:sequenceFlow id="SequenceFlow_0xb4elc" sourceRef="StartEvent_1" targetRef="Task_0amo55n" />
11     <bpmn:sequenceFlow id="SequenceFlow_0lc785k" sourceRef="Task_0amo55n" targetRef="EndEvent_1ee5kqt" />
12     <bpmn:serviceTask id="Task_0amo55n" name="Call CnfAdapter" camunda:expression="${CnfAdapter.callCnfAdapter(execution)}">
13       <bpmn:incoming>SequenceFlow_0xb4elc</bpmn:incoming>
14       <bpmn:outgoing>SequenceFlow_0lc785k</bpmn:outgoing>
15     </bpmn:serviceTask>
16     <bpmn:subProcess id="SubProcess_12ghmoa" name="Java Exception Handling Sub Process" triggeredByEvent="true">
17       <bpmn:startEvent id="StartEvent_1pwqeib" name="error">
18         <bpmn:outgoing>SequenceFlow_0hqxgyk</bpmn:outgoing>
19         <bpmn:errorEventDefinition errorRef="Error_0oqb77k" camunda:errorCodeVariable="BPMN_javaExpCode" camunda:errorMessageVariable="BPMN_javaExpMsg" />
20       </bpmn:startEvent>
21       <bpmn:endEvent id="EndEvent_1ysk6aa">
22         <bpmn:incoming>SequenceFlow_0hqxgyk</bpmn:incoming>
23       </bpmn:endEvent>
24       <bpmn:sequenceFlow id="SequenceFlow_0hqxgyk" sourceRef="StartEvent_1pwqeib" targetRef="EndEvent_1ysk6aa" />
25     </bpmn:subProcess>
26   </bpmn:process>
27   <bpmn:error id="Error_0oqb77k" name="java.lang.Exception" errorCode="java.lang.Exception" />
28   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
29     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
30       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
31         <dc:Bounds x="173" y="102" width="36" height="36" />
32       </bpmndi:BPMNShape>
33       <bpmndi:BPMNShape id="EndEvent_1ee5kqt_di" bpmnElement="EndEvent_1ee5kqt">
34         <dc:Bounds x="636" y="102" width="36" height="36" />
35         <bpmndi:BPMNLabel>
36           <dc:Bounds x="654" y="142" width="0" height="12" />
37         </bpmndi:BPMNLabel>
38       </bpmndi:BPMNShape>
39       <bpmndi:BPMNEdge id="SequenceFlow_0xb4elc_di" bpmnElement="SequenceFlow_0xb4elc">
40         <di:waypoint xsi:type="dc:Point" x="209" y="120" />
41         <di:waypoint xsi:type="dc:Point" x="377" y="120" />
42         <bpmndi:BPMNLabel>
43           <dc:Bounds x="293" y="99" width="0" height="12" />
44         </bpmndi:BPMNLabel>
45       </bpmndi:BPMNEdge>
46       <bpmndi:BPMNEdge id="SequenceFlow_0lc785k_di" bpmnElement="SequenceFlow_0lc785k">
47         <di:waypoint xsi:type="dc:Point" x="477" y="120" />
48         <di:waypoint xsi:type="dc:Point" x="636" y="120" />
49         <bpmndi:BPMNLabel>
50           <dc:Bounds x="556.5" y="99" width="0" height="12" />
51         </bpmndi:BPMNLabel>
52       </bpmndi:BPMNEdge>
53       <bpmndi:BPMNShape id="ServiceTask_1vbkgmd_di" bpmnElement="Task_0amo55n">
54         <dc:Bounds x="377" y="80" width="100" height="80" />
55       </bpmndi:BPMNShape>
56       <bpmndi:BPMNShape id="SubProcess_12ghmoa_di" bpmnElement="SubProcess_12ghmoa" isExpanded="true">
57         <dc:Bounds x="225" y="284" width="404" height="165" />
58       </bpmndi:BPMNShape>
59       <bpmndi:BPMNShape id="StartEvent_1pwqeib_di" bpmnElement="StartEvent_1pwqeib">
60         <dc:Bounds x="340" y="350" width="36" height="36" />
61         <bpmndi:BPMNLabel>
62           <dc:Bounds x="346" y="393" width="26" height="12" />
63         </bpmndi:BPMNLabel>
64       </bpmndi:BPMNShape>
65       <bpmndi:BPMNShape id="EndEvent_1ysk6aa_di" bpmnElement="EndEvent_1ysk6aa">
66         <dc:Bounds x="472" y="350" width="36" height="36" />
67         <bpmndi:BPMNLabel>
68           <dc:Bounds x="-235" y="114" width="0" height="12" />
69         </bpmndi:BPMNLabel>
70       </bpmndi:BPMNShape>
71       <bpmndi:BPMNEdge id="SequenceFlow_0hqxgyk_di" bpmnElement="SequenceFlow_0hqxgyk">
72         <di:waypoint xsi:type="dc:Point" x="376" y="368" />
73         <di:waypoint xsi:type="dc:Point" x="472" y="368" />
74         <bpmndi:BPMNLabel>
75           <dc:Bounds x="424" y="347" width="0" height="12" />
76         </bpmndi:BPMNLabel>
77       </bpmndi:BPMNEdge>
78     </bpmndi:BPMNPlane>
79   </bpmndi:BPMNDiagram>
80 </bpmn:definitions>