-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathMessageDataMappingStartEvent.bpmn
More file actions
185 lines (185 loc) · 11.7 KB
/
MessageDataMappingStartEvent.bpmn
File metadata and controls
185 lines (185 loc) · 11.7 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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:pm="http://processmaker.com/BPMN/2.0/Schema.xsd" xmlns:tns="http://sourceforge.net/bpmn/definitions/_1530553328908" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://bpmn.io/schema/bpmn" exporter="ProcessMaker Modeler" exporterVersion="1.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL http://bpmn.sourceforge.net/schemas/BPMN20.xsd">
<bpmn:process id="ProcessId" name="ProcessName" isExecutable="true">
<bpmn:startEvent id="node_3" name="Start Event" pm:allowInterstitial="true" pm:interstitialScreenRef="14" pm:config="{"web_entry":null}">
<bpmn:outgoing>node_20</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="node_4" name="Form Task 1" pm:screenRef="15" pm:allowInterstitial="false" pm:assignment="requester" pm:assignmentLock="false" pm:allowReassignment="false" pm:config="{"email_notifications":{"notifications":[{"sendAt":"task-start","expression":"","subject":"RE: {{_user.firstname}} assigned you in \"{{_task_name}}\"","type":"screen","textBody":"","screenRef":12,"usersAndGroupsOptionSelected":null,"toRecipients":[{"type":"assignedUser","value":null}],"ccRecipients":[],"bccRecipients":[],"i":21}]},"web_entry":null}" pm:elementDestination="{"type":"processLaunchpad","value":"process-browser/123?categorySelected=-1"}">
<bpmn:incoming>node_20</bpmn:incoming>
<bpmn:outgoing>node_153</bpmn:outgoing>
</bpmn:task>
<bpmn:intermediateThrowEvent id="node_18" name="Intermediate Message Throw Event">
<bpmn:incoming>node_177</bpmn:incoming>
<bpmn:outgoing>node_37</bpmn:outgoing>
<bpmn:dataInput id="din_1764370229232" name="form_input_1"/>
<bpmn:dataInput id="din_1764965138442" name="glossary"/>
<bpmn:dataInputAssociation>
<bpmn:targetRef>din_1764370229232</bpmn:targetRef>
<bpmn:assignment>
<bpmn:from>form_input_1</bpmn:from>
<bpmn:to>form_input_3</bpmn:to>
</bpmn:assignment>
</bpmn:dataInputAssociation>
<bpmn:dataInputAssociation>
<bpmn:targetRef>din_1764965138442</bpmn:targetRef>
<bpmn:assignment>
<bpmn:from>glossary.title</bpmn:from>
<bpmn:to>form_input_1a</bpmn:to>
</bpmn:assignment>
</bpmn:dataInputAssociation>
<bpmn:inputSet>
<bpmn:dataInputRefs>din_1764370229232</bpmn:dataInputRefs>
<bpmn:dataInputRefs>din_1764965138442</bpmn:dataInputRefs>
</bpmn:inputSet>
<bpmn:messageEventDefinition messageRef="node_18_message"/>
</bpmn:intermediateThrowEvent>
<bpmn:sequenceFlow id="node_20" name="" sourceRef="node_3" targetRef="node_4"/>
<bpmn:sequenceFlow id="node_53" name="" sourceRef="node_17" targetRef="node_43"/>
<bpmn:sequenceFlow id="node_74" name="" sourceRef="node_43" targetRef="node_66"/>
<bpmn:sequenceFlow id="node_97" name="" sourceRef="node_77" targetRef="node_87"/>
<bpmn:sequenceFlow id="node_88" name="" sourceRef="node_103" targetRef="node_77"/>
<bpmn:endEvent id="node_104" name="Message End Event">
<bpmn:incoming>node_37</bpmn:incoming>
<bpmn:dataInput id="din_1764908076462" name="form_select_list_1"/>
<bpmn:dataInputAssociation>
<bpmn:targetRef>din_1764908076462</bpmn:targetRef>
<bpmn:assignment>
<bpmn:from>form_select_list_1</bpmn:from>
<bpmn:to>form_select_list_3</bpmn:to>
</bpmn:assignment>
</bpmn:dataInputAssociation>
<bpmn:inputSet>
<bpmn:dataInputRefs>din_1764908076462</bpmn:dataInputRefs>
</bpmn:inputSet>
<bpmn:messageEventDefinition messageRef="node_104_message"/>
</bpmn:endEvent>
<bpmn:sequenceFlow id="node_37" name="" sourceRef="node_18" targetRef="node_104"/>
<bpmn:scriptTask id="node_129" name="Script Task" pm:scriptRef="4">
<bpmn:incoming>node_153</bpmn:incoming>
<bpmn:outgoing>node_177</bpmn:outgoing>
</bpmn:scriptTask>
<bpmn:sequenceFlow id="node_153" sourceRef="node_4" targetRef="node_129"/>
<bpmn:sequenceFlow id="node_177" sourceRef="node_129" targetRef="node_18"/>
</bpmn:process>
<bpmn:collaboration id="collaboration_0">
<bpmn:participant id="node_1" name="Pool" processRef="ProcessId"/>
<bpmn:participant id="node_2" name="Pool" processRef="Process_1"/>
<bpmn:participant id="node_75" name="Pool" processRef="Process_2"/>
<bpmn:messageFlow id="node_19" name="" sourceRef="node_18" targetRef="node_17"/>
<bpmn:messageFlow id="node_105" name="" sourceRef="node_104" targetRef="node_103"/>
</bpmn:collaboration>
<bpmn:process id="Process_1">
<bpmn:startEvent id="node_17" name="Message Start Event">
<bpmn:outgoing>node_53</bpmn:outgoing>
<bpmn:messageEventDefinition messageRef="node_18_message"/>
</bpmn:startEvent>
<bpmn:task id="node_43" name="Form Task 2" pm:screenRef="16" pm:allowInterstitial="false" pm:assignment="requester" pm:assignmentLock="false" pm:allowReassignment="false" pm:config="{"email_notifications":{"notifications":[{"sendAt":"task-start","expression":"","subject":"RE: {{_user.firstname}} assigned you in \"{{_task_name}}\"","type":"screen","textBody":"","screenRef":12,"usersAndGroupsOptionSelected":null,"toRecipients":[{"type":"assignedUser","value":null}],"ccRecipients":[],"bccRecipients":[],"i":15}]},"web_entry":null}" pm:elementDestination="{"type":"taskSource","value":null}">
<bpmn:incoming>node_53</bpmn:incoming>
<bpmn:outgoing>node_74</bpmn:outgoing>
</bpmn:task>
<bpmn:endEvent id="node_66" name="End Event" pm:elementDestination="{"type":"summaryScreen","value":null}">
<bpmn:incoming>node_74</bpmn:incoming>
</bpmn:endEvent>
</bpmn:process>
<bpmn:message id="node_18_message" name="node_18_message"/>
<bpmn:process id="Process_2">
<bpmn:task id="node_77" name="Form Task 3" pm:screenRef="17" pm:allowInterstitial="false" pm:assignment="requester" pm:assignmentLock="false" pm:allowReassignment="false" pm:config="{"email_notifications":{"notifications":[{"sendAt":"task-start","expression":"","subject":"RE: {{_user.firstname}} assigned you in \"{{_task_name}}\"","type":"screen","textBody":"","screenRef":13,"usersAndGroupsOptionSelected":null,"toRecipients":[{"type":"assignedUser","value":null}],"ccRecipients":[],"bccRecipients":[],"i":13}]},"web_entry":null}" pm:elementDestination="{"type":"taskSource","value":null}">
<bpmn:incoming>node_88</bpmn:incoming>
<bpmn:outgoing>node_97</bpmn:outgoing>
</bpmn:task>
<bpmn:endEvent id="node_87" name="End Event" pm:elementDestination="{"type":"summaryScreen","value":null}">
<bpmn:incoming>node_97</bpmn:incoming>
</bpmn:endEvent>
<bpmn:startEvent id="node_103" name="Message Start Event">
<bpmn:outgoing>node_88</bpmn:outgoing>
<bpmn:messageEventDefinition messageRef="node_104_message"/>
</bpmn:startEvent>
</bpmn:process>
<bpmn:message id="node_104_message" name="node_104_message"/>
<bpmndi:BPMNDiagram id="BPMNDiagramId">
<bpmndi:BPMNPlane id="BPMNPlaneId" bpmnElement="collaboration_0">
<bpmndi:BPMNShape id="node_1_di" bpmnElement="node_1">
<dc:Bounds x="196" y="-5" width="608" height="300"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="node_2_di" bpmnElement="node_2">
<dc:Bounds x="282" y="341" width="600" height="300"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="node_3_di" bpmnElement="node_3">
<dc:Bounds x="703" y="50" width="36" height="36"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="node_4_di" bpmnElement="node_4">
<dc:Bounds x="489" y="30" width="116" height="76"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="node_17_di" bpmnElement="node_17">
<dc:Bounds x="350" y="450" width="36" height="36"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="node_18_di" bpmnElement="node_18">
<dc:Bounds x="350" y="209" width="36" height="36"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="node_19_di" bpmnElement="node_19">
<di:waypoint x="368" y="227"/>
<di:waypoint x="368" y="468"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="node_20_di" bpmnElement="node_20">
<di:waypoint x="721" y="68"/>
<di:waypoint x="547" y="68"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="node_43_di" bpmnElement="node_43">
<dc:Bounds x="478" y="430" width="116" height="76"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="node_53_di" bpmnElement="node_53">
<di:waypoint x="368" y="468"/>
<di:waypoint x="536" y="468"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="node_66_di" bpmnElement="node_66">
<dc:Bounds x="650" y="450" width="36" height="36"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="node_74_di" bpmnElement="node_74">
<di:waypoint x="536" y="468"/>
<di:waypoint x="668" y="468"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="node_75_di" bpmnElement="node_75">
<dc:Bounds x="880" y="13" width="600" height="300"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="node_77_di" bpmnElement="node_77">
<dc:Bounds x="1131" y="188" width="116" height="76"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="node_87_di" bpmnElement="node_87">
<dc:Bounds x="1308" y="208" width="36" height="36"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="node_97_di" bpmnElement="node_97">
<di:waypoint x="1189" y="226"/>
<di:waypoint x="1326" y="226"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="node_103_di" bpmnElement="node_103">
<dc:Bounds x="1000" y="208" width="36" height="36"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="node_88_di" bpmnElement="node_88">
<di:waypoint x="1018" y="226"/>
<di:waypoint x="1189" y="226"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="node_104_di" bpmnElement="node_104">
<dc:Bounds x="577" y="209" width="36" height="36"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="node_37_di" bpmnElement="node_37">
<di:waypoint x="368" y="227"/>
<di:waypoint x="595" y="227"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="node_105_di" bpmnElement="node_105">
<di:waypoint x="595" y="227"/>
<di:waypoint x="1018" y="226"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="node_129_di" bpmnElement="node_129">
<dc:Bounds x="310" y="30" width="116" height="76"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="node_153_di" bpmnElement="node_153">
<di:waypoint x="547" y="68"/>
<di:waypoint x="368" y="68"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="node_177_di" bpmnElement="node_177">
<di:waypoint x="368" y="68"/>
<di:waypoint x="368" y="227"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>