-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3-new-user-registration-automated-rpa.bpmn
212 lines (212 loc) · 11.5 KB
/
3-new-user-registration-automated-rpa.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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<?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" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.2" camunda:diagramRelationId="1e460144-ff84-40d3-94d1-50b934a235fd">
<bpmn:process id="Process_2dec542c-17c6-476c-8539-7e69448dee0a" name="New User Registration" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" name="New User Registration Received">
<bpmn:extensionElements>
<camunda:formData>
<camunda:formField id="email" label="Email address" type="string">
<camunda:validation>
<camunda:constraint name="required" />
</camunda:validation>
</camunda:formField>
<camunda:formField id="newsletter" label="Wanna receive newsletter?" type="boolean" />
</camunda:formData>
</bpmn:extensionElements>
<bpmn:outgoing>Flow_1y1el1q</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1y1el1q" sourceRef="StartEvent_1" targetRef="Activity_1g7ymuu" />
<bpmn:endEvent id="Event_0qvv8wu" name="New User Registered">
<bpmn:incoming>Flow_1usebrx</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1ftoaar" sourceRef="Activity_07h1nc4" targetRef="Activity_1omhujh" />
<bpmn:sequenceFlow id="Flow_0idrnsy" sourceRef="Event_14zazlv" targetRef="Activity_047z3o4" />
<bpmn:sequenceFlow id="Flow_1usebrx" sourceRef="Activity_0omnqvt" targetRef="Event_0qvv8wu" />
<bpmn:sequenceFlow id="Flow_0bjaujq" sourceRef="Activity_0bjoo77" targetRef="Gateway_0qymmac" />
<bpmn:exclusiveGateway id="Gateway_0kuzyqs" name="User accepts ad mailings?" default="Flow_17fbw45">
<bpmn:incoming>Flow_0q20ec0</bpmn:incoming>
<bpmn:outgoing>Flow_0ae5zw6</bpmn:outgoing>
<bpmn:outgoing>Flow_17fbw45</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="Flow_0ae5zw6" name="yes" sourceRef="Gateway_0kuzyqs" targetRef="Activity_0bjoo77">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${newsletter == true}</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:exclusiveGateway id="Gateway_0qymmac">
<bpmn:incoming>Flow_0bjaujq</bpmn:incoming>
<bpmn:incoming>Flow_17fbw45</bpmn:incoming>
<bpmn:outgoing>Flow_0jtx5eq</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="Flow_0jtx5eq" sourceRef="Gateway_0qymmac" targetRef="Activity_07h1nc4" />
<bpmn:sequenceFlow id="Flow_17fbw45" name="no" sourceRef="Gateway_0kuzyqs" targetRef="Gateway_0qymmac" />
<bpmn:sequenceFlow id="Flow_0q20ec0" sourceRef="Activity_1g7ymuu" targetRef="Gateway_0kuzyqs" />
<bpmn:boundaryEvent id="Event_14zazlv" name="2 Days" cancelActivity="false" attachedToRef="Activity_1omhujh">
<bpmn:outgoing>Flow_0idrnsy</bpmn:outgoing>
<bpmn:timerEventDefinition id="TimerEventDefinition_0u83zbn">
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT30S</bpmn:timeDuration>
</bpmn:timerEventDefinition>
</bpmn:boundaryEvent>
<bpmn:sequenceFlow id="Flow_079x228" sourceRef="Activity_1omhujh" targetRef="Activity_0omnqvt" />
<bpmn:endEvent id="Event_0jqd7p5" name="Reminder sent">
<bpmn:incoming>Flow_0cstbr6</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0cstbr6" sourceRef="Activity_047z3o4" targetRef="Event_0jqd7p5" />
<bpmn:receiveTask id="Activity_1omhujh" name="Wait for Email Confirmation" messageRef="Message_1ls3tlf">
<bpmn:incoming>Flow_1ftoaar</bpmn:incoming>
<bpmn:outgoing>Flow_079x228</bpmn:outgoing>
</bpmn:receiveTask>
<bpmn:serviceTask id="Activity_1g7ymuu" name="Create New Customer in Salesforce" camunda:type="external" camunda:topic="salesforceService">
<bpmn:incoming>Flow_1y1el1q</bpmn:incoming>
<bpmn:outgoing>Flow_0q20ec0</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:serviceTask id="Activity_07h1nc4" name="Send Email Address Validation" camunda:type="external" camunda:topic="emailService">
<bpmn:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="subject">Please verify your email address '${email}'</camunda:inputParameter>
</camunda:inputOutput>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0jtx5eq</bpmn:incoming>
<bpmn:outgoing>Flow_1ftoaar</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:serviceTask id="Activity_0omnqvt" name="Send Welcome Email" camunda:type="external" camunda:topic="emailService">
<bpmn:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="subject">Welcome!</camunda:inputParameter>
</camunda:inputOutput>
</bpmn:extensionElements>
<bpmn:incoming>Flow_079x228</bpmn:incoming>
<bpmn:outgoing>Flow_1usebrx</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:serviceTask id="Activity_047z3o4" name="Send Reminder Email" camunda:type="external" camunda:topic="emailService">
<bpmn:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="subject">We're waiting...</camunda:inputParameter>
</camunda:inputOutput>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0idrnsy</bpmn:incoming>
<bpmn:outgoing>Flow_0cstbr6</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:serviceTask id="Activity_0bjoo77" name="Add to E-mail Primate system" camunda:type="external" camunda:topic="violetPyramidService">
<bpmn:incoming>Flow_0ae5zw6</bpmn:incoming>
<bpmn:outgoing>Flow_0bjaujq</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:textAnnotation id="TextAnnotation_0a9xfwf">
<bpmn:text>using RPA: VioletPyramid</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_0uco1n8" sourceRef="Activity_0bjoo77" targetRef="TextAnnotation_0a9xfwf" />
</bpmn:process>
<bpmn:message id="Message_1ls3tlf" name="confirm" />
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_2dec542c-17c6-476c-8539-7e69448dee0a">
<bpmndi:BPMNShape id="TextAnnotation_0a9xfwf_di" bpmnElement="TextAnnotation_0a9xfwf">
<dc:Bounds x="650" y="80" width="100" height="40" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0cstbr6_di" bpmnElement="Flow_0cstbr6">
<di:waypoint x="1190" y="340" />
<di:waypoint x="1232" y="340" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_079x228_di" bpmnElement="Flow_079x228">
<di:waypoint x="1090" y="208" />
<di:waypoint x="1170" y="208" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0q20ec0_di" bpmnElement="Flow_0q20ec0">
<di:waypoint x="370" y="208" />
<di:waypoint x="435" y="208" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_17fbw45_di" bpmnElement="Flow_17fbw45">
<di:waypoint x="460" y="233" />
<di:waypoint x="460" y="300" />
<di:waypoint x="740" y="300" />
<di:waypoint x="740" y="233" />
<bpmndi:BPMNLabel>
<dc:Bounds x="584" y="282" width="13" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0jtx5eq_di" bpmnElement="Flow_0jtx5eq">
<di:waypoint x="765" y="208" />
<di:waypoint x="820" y="208" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ae5zw6_di" bpmnElement="Flow_0ae5zw6">
<di:waypoint x="485" y="208" />
<di:waypoint x="550" y="208" />
<bpmndi:BPMNLabel>
<dc:Bounds x="519" y="190" width="18" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0bjaujq_di" bpmnElement="Flow_0bjaujq">
<di:waypoint x="650" y="208" />
<di:waypoint x="715" y="208" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1usebrx_di" bpmnElement="Flow_1usebrx">
<di:waypoint x="1270" y="208" />
<di:waypoint x="1342" y="208" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0idrnsy_di" bpmnElement="Flow_0idrnsy">
<di:waypoint x="1030" y="266" />
<di:waypoint x="1030" y="340" />
<di:waypoint x="1090" y="340" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ftoaar_di" bpmnElement="Flow_1ftoaar">
<di:waypoint x="920" y="208" />
<di:waypoint x="990" y="208" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1y1el1q_di" bpmnElement="Flow_1y1el1q">
<di:waypoint x="208" y="208" />
<di:waypoint x="270" y="208" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="172" y="190" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="161" y="233" width="59" height="40" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0qvv8wu_di" bpmnElement="Event_0qvv8wu">
<dc:Bounds x="1342" y="190" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1333" y="233" width="54" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_0kuzyqs_di" bpmnElement="Gateway_0kuzyqs" isMarkerVisible="true">
<dc:Bounds x="435" y="183" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="420" y="146" width="80" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_0qymmac_di" bpmnElement="Gateway_0qymmac" isMarkerVisible="true">
<dc:Bounds x="715" y="183" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0jqd7p5_di" bpmnElement="Event_0jqd7p5">
<dc:Bounds x="1232" y="322" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1214" y="365" width="72" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_14urgxo_di" bpmnElement="Activity_1omhujh">
<dc:Bounds x="990" y="168" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1ab6zn6_di" bpmnElement="Activity_1g7ymuu">
<dc:Bounds x="270" y="168" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_09t5qn2_di" bpmnElement="Activity_07h1nc4">
<dc:Bounds x="820" y="168" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1v9v847_di" bpmnElement="Activity_0omnqvt">
<dc:Bounds x="1170" y="168" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_12mq6dv_di" bpmnElement="Activity_047z3o4">
<dc:Bounds x="1090" y="300" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0hq1wjv_di" bpmnElement="Activity_0bjoo77">
<dc:Bounds x="550" y="168" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_0uco1n8_di" bpmnElement="Association_0uco1n8">
<di:waypoint x="637" y="168" />
<di:waypoint x="681" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_0ao6l8v_di" bpmnElement="Event_14zazlv">
<dc:Bounds x="1012" y="230" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1052" y="263" width="35" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>