-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTranslation.bpmn
50 lines (50 loc) · 3.18 KB
/
Translation.bpmn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://activiti.org/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_kN2C0Ic1EeSoF6KnbR3gZQ" exporter="camunda modeler" exporterVersion="2.6.0" targetNamespace="http://activiti.org/bpmn">
<bpmn2:process id="GeoCoding" isExecutable="true">
<bpmn2:startEvent id="StartEvent_1">
<bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="arbitration"/>
<bpmn2:endEvent id="EndEvent_1">
<bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:userTask id="arbitration" camunda:candidateGroups="ROLE_ACTIVITY_CODER" camunda:formKey="translation" name="Manual Translation">
<bpmn2:documentation>Translation of ${project_id} - ${project_title}</bpmn2:documentation>
<bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
<bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
</bpmn2:userTask>
<bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="arbitration" targetRef="EndEvent_1"/>
</bpmn2:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="GeoCoding">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_4" bpmnElement="StartEvent_1">
<dc:Bounds height="36.0" width="36.0" x="65.0" y="145.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_UserTask_14" bpmnElement="arbitration">
<dc:Bounds height="80.0" width="100.0" x="276.0" y="66.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_4" targetElement="_BPMNShape_UserTask_14">
<di:waypoint xsi:type="dc:Point" x="101.0" y="163.0"/>
<di:waypoint xsi:type="dc:Point" x="182.0" y="163.0"/>
<di:waypoint xsi:type="dc:Point" x="182.0" y="106.0"/>
<di:waypoint xsi:type="dc:Point" x="276.0" y="106.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="6.0" width="6.0" x="179.0" y="134.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_EndEvent_19" bpmnElement="EndEvent_1">
<dc:Bounds height="36.0" width="36.0" x="525.0" y="88.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="0.0" width="0.0" x="543.0" y="129.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_UserTask_14" targetElement="_BPMNShape_EndEvent_19">
<di:waypoint xsi:type="dc:Point" x="376.0" y="106.0"/>
<di:waypoint xsi:type="dc:Point" x="525.0" y="106.0"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="6.0" width="6.0" x="448.0" y="106.0"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>