forked from DigitalState/Guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
myProcess1.bpmn
65 lines (65 loc) · 3.79 KB
/
myProcess1.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<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.11.2">
<bpmn:process id="myProcess1" name="My Process 1" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" name="Start" camunda:formKey="formio:mystartform1">
<bpmn:outgoing>SequenceFlow_1hhpo00</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="SequenceFlow_1hhpo00" sourceRef="StartEvent_1" targetRef="Task_16ajkpc" />
<bpmn:userTask id="Task_16ajkpc" name="Do some work" camunda:formKey="formio:myuserform1" camunda:assignee="Staff:e32f09b7-e1cf-4a91-a0e1-6822bf47a662" camunda:candidateGroups="c11c546e-bd01-47cf-97da-e25388357b5a">
<bpmn:incoming>SequenceFlow_1hhpo00</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_09ev1xl</bpmn:outgoing>
</bpmn:userTask>
<bpmn:endEvent id="EndEvent_0xssj8c" name="End">
<bpmn:incoming>SequenceFlow_07iwcyp</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow_09ev1xl" sourceRef="Task_16ajkpc" targetRef="Task_05oksjr" />
<bpmn:sequenceFlow id="SequenceFlow_07iwcyp" sourceRef="Task_05oksjr" targetRef="EndEvent_0xssj8c" />
<bpmn:userTask id="Task_05oksjr" name="Placeholder">
<bpmn:incoming>SequenceFlow_09ev1xl</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_07iwcyp</bpmn:outgoing>
</bpmn:userTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="myProcess1">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="174" y="232" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="180" y="268" width="24" height="12" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1hhpo00_di" bpmnElement="SequenceFlow_1hhpo00">
<di:waypoint xsi:type="dc:Point" x="210" y="250" />
<di:waypoint xsi:type="dc:Point" x="278" y="250" />
<bpmndi:BPMNLabel>
<dc:Bounds x="244" y="228.5" width="0" height="13" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="UserTask_1gly83h_di" bpmnElement="Task_16ajkpc">
<dc:Bounds x="278" y="210" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_0xssj8c_di" bpmnElement="EndEvent_0xssj8c">
<dc:Bounds x="578" y="232" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="586" y="271" width="20" height="12" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_09ev1xl_di" bpmnElement="SequenceFlow_09ev1xl">
<di:waypoint xsi:type="dc:Point" x="378" y="250" />
<di:waypoint xsi:type="dc:Point" x="425" y="250" />
<bpmndi:BPMNLabel>
<dc:Bounds x="401.5" y="228.5" width="0" height="13" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_07iwcyp_di" bpmnElement="SequenceFlow_07iwcyp">
<di:waypoint xsi:type="dc:Point" x="525" y="250" />
<di:waypoint xsi:type="dc:Point" x="578" y="250" />
<bpmndi:BPMNLabel>
<dc:Bounds x="551.5" y="228.5" width="0" height="13" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="UserTask_1ung1dp_di" bpmnElement="Task_05oksjr">
<dc:Bounds x="425" y="210" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>