-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRobotframework-process.bpmn
164 lines (164 loc) · 9.01 KB
/
Robotframework-process.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<?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:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0czqn9r" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.7.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.14.0">
<bpmn:category id="Category_1qbkgv9">
<bpmn:categoryValue id="CategoryValue_0spoo92" value="UI Automation" />
</bpmn:category>
<bpmn:category id="Category_0a1onu4">
<bpmn:categoryValue id="CategoryValue_08vc8xh" value="Beyond UI Automation" />
</bpmn:category>
<bpmn:process id="Robotframework-process" name="Robotframework process" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" name="Sign up for the Camunda Community">
<bpmn:extensionElements>
<camunda:formData>
<camunda:formField id="email" label="Email recepient" type="string" />
<camunda:formField id="firstname" label="First name" type="string" />
<camunda:formField id="lastname" label="Last name" type="string" />
<camunda:formField id="newsletter" label="Subscribe to the newsletter" type="boolean" />
<camunda:formField id="forum" label="Create a Camunda Platform forum account" type="boolean" />
</camunda:formData>
</bpmn:extensionElements>
<bpmn:outgoing>Flow_1rya984</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:inclusiveGateway id="Gateway_067jahw" name="Selected options?" default="Flow_1rgoxld">
<bpmn:incoming>Flow_1rya984</bpmn:incoming>
<bpmn:outgoing>Flow_0wk8zts</bpmn:outgoing>
<bpmn:outgoing>Flow_1737yhg</bpmn:outgoing>
<bpmn:outgoing>Flow_1rgoxld</bpmn:outgoing>
</bpmn:inclusiveGateway>
<bpmn:serviceTask id="Activity_06be8b6" name="Send a Mail" camunda:type="external" camunda:topic="SendMail">
<bpmn:incoming>Flow_1nydeta</bpmn:incoming>
<bpmn:outgoing>Flow_01yv484</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:endEvent id="Event_1lpwzoe" name="signed up for the Camunda Community">
<bpmn:incoming>Flow_1o59lnk</bpmn:incoming>
</bpmn:endEvent>
<bpmn:userTask id="Activity_1vn2v1k" name="Inspect Results">
<bpmn:incoming>Flow_01yv484</bpmn:incoming>
<bpmn:outgoing>Flow_1o59lnk</bpmn:outgoing>
</bpmn:userTask>
<bpmn:serviceTask id="Activity_150fgeg" name="Subscribe to community newsletter" camunda:type="external" camunda:topic="SubscribeToNewsletter">
<bpmn:incoming>Flow_0wk8zts</bpmn:incoming>
<bpmn:outgoing>Flow_017mpxr</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:serviceTask id="Activity_095qbia" name="Sign up for forum" camunda:type="external" camunda:topic="SignupForForum">
<bpmn:incoming>Flow_1737yhg</bpmn:incoming>
<bpmn:outgoing>Flow_1lsdrjx</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:inclusiveGateway id="Gateway_03v597e">
<bpmn:incoming>Flow_017mpxr</bpmn:incoming>
<bpmn:incoming>Flow_1lsdrjx</bpmn:incoming>
<bpmn:incoming>Flow_1rgoxld</bpmn:incoming>
<bpmn:outgoing>Flow_1nydeta</bpmn:outgoing>
</bpmn:inclusiveGateway>
<bpmn:sequenceFlow id="Flow_1rgoxld" sourceRef="Gateway_067jahw" targetRef="Gateway_03v597e" />
<bpmn:sequenceFlow id="Flow_1lsdrjx" sourceRef="Activity_095qbia" targetRef="Gateway_03v597e" />
<bpmn:sequenceFlow id="Flow_1nydeta" sourceRef="Gateway_03v597e" targetRef="Activity_06be8b6" />
<bpmn:sequenceFlow id="Flow_1737yhg" name="forum" sourceRef="Gateway_067jahw" targetRef="Activity_095qbia">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{forum}</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_0wk8zts" name="newsletter" sourceRef="Gateway_067jahw" targetRef="Activity_150fgeg">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{newsletter}</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_017mpxr" sourceRef="Activity_150fgeg" targetRef="Gateway_03v597e" />
<bpmn:sequenceFlow id="Flow_1o59lnk" sourceRef="Activity_1vn2v1k" targetRef="Event_1lpwzoe" />
<bpmn:sequenceFlow id="Flow_01yv484" sourceRef="Activity_06be8b6" targetRef="Activity_1vn2v1k" />
<bpmn:sequenceFlow id="Flow_1rya984" sourceRef="StartEvent_1" targetRef="Gateway_067jahw" />
<bpmn:group id="Group_0crravo" categoryValueRef="CategoryValue_08vc8xh" />
<bpmn:group id="Group_0lezr2k" categoryValueRef="CategoryValue_0spoo92" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Robotframework-process">
<bpmndi:BPMNEdge id="Flow_1rgoxld_di" bpmnElement="Flow_1rgoxld">
<di:waypoint x="300" y="195" />
<di:waypoint x="300" y="420" />
<di:waypoint x="600" y="420" />
<di:waypoint x="600" y="195" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1lsdrjx_di" bpmnElement="Flow_1lsdrjx">
<di:waypoint x="530" y="280" />
<di:waypoint x="600" y="280" />
<di:waypoint x="600" y="195" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1nydeta_di" bpmnElement="Flow_1nydeta">
<di:waypoint x="625" y="170" />
<di:waypoint x="680" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1737yhg_di" bpmnElement="Flow_1737yhg">
<di:waypoint x="300" y="195" />
<di:waypoint x="300" y="280" />
<di:waypoint x="430" y="280" />
<bpmndi:BPMNLabel>
<dc:Bounds x="316" y="253" width="28" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0wk8zts_di" bpmnElement="Flow_0wk8zts">
<di:waypoint x="325" y="170" />
<di:waypoint x="430" y="170" />
<bpmndi:BPMNLabel>
<dc:Bounds x="324" y="152" width="51" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_017mpxr_di" bpmnElement="Flow_017mpxr">
<di:waypoint x="530" y="170" />
<di:waypoint x="575" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1o59lnk_di" bpmnElement="Flow_1o59lnk">
<di:waypoint x="930" y="170" />
<di:waypoint x="992" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_01yv484_di" bpmnElement="Flow_01yv484">
<di:waypoint x="780" y="170" />
<di:waypoint x="830" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1rya984_di" bpmnElement="Flow_1rya984">
<di:waypoint x="228" y="170" />
<di:waypoint x="275" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="192" y="152" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="175" y="195" width="72" height="40" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1in9f2o_di" bpmnElement="Gateway_067jahw">
<dc:Bounds x="275" y="145" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="246" y="123" width="88" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_110q1x6_di" bpmnElement="Activity_06be8b6">
<dc:Bounds x="680" y="130" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1lpwzoe_di" bpmnElement="Event_1lpwzoe">
<dc:Bounds x="992" y="152" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="977" y="195" width="66" height="40" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_15nkctg_di" bpmnElement="Activity_1vn2v1k">
<dc:Bounds x="830" y="130" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0pzep9n_di" bpmnElement="Activity_150fgeg">
<dc:Bounds x="430" y="130" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1gtat2f_di" bpmnElement="Activity_095qbia">
<dc:Bounds x="430" y="240" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_0dmhgz7_di" bpmnElement="Gateway_03v597e">
<dc:Bounds x="575" y="145" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Group_0lezr2k_di" bpmnElement="Group_0lezr2k">
<dc:Bounds x="390" y="85" width="180" height="270" />
<bpmndi:BPMNLabel>
<dc:Bounds x="445" y="92" width="70" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Group_0crravo_di" bpmnElement="Group_0crravo">
<dc:Bounds x="640" y="80" width="160" height="180" />
<bpmndi:BPMNLabel>
<dc:Bounds x="693" y="87" width="55" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>