forked from rikirenz/camunda-simulation-bpmn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
preProcessedDoc.bpmn
181 lines (180 loc) · 6.74 KB
/
preProcessedDoc.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:bpsim="http://www.bpsim.org/schemas/2.0" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="Camunda Modeler" exporterVersion="1.11.3" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
<bpmn:process id="testAllDistribution" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>SequenceFlow_133vu00</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:userTask id="task1" name="task1">
<semantic:extensionElements xmlns:semantic="http://www.omg.org/spec/BPMN/20100524/MODEL">
<camunda:executionListener class="executionlisteners.TaskListener" event="start" xmlns:camunda="http://camunda.org/schema/1.0/bpmn"/>
</semantic:extensionElements>
<bpmn:incoming>SequenceFlow_133vu00</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0g71oct</bpmn:outgoing>
</bpmn:userTask>
<bpmn:userTask id="task2" name="task2">
<semantic:extensionElements xmlns:semantic="http://www.omg.org/spec/BPMN/20100524/MODEL">
<camunda:executionListener class="executionlisteners.TaskListener" event="start" xmlns:camunda="http://camunda.org/schema/1.0/bpmn"/>
</semantic:extensionElements>
<bpmn:incoming>SequenceFlow_0g71oct</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_01qcczb</bpmn:outgoing>
</bpmn:userTask>
<bpmn:endEvent id="EndEvent_12ctvg6">
<bpmn:incoming>SequenceFlow_01qcczb</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow_133vu00" sourceRef="StartEvent_1" targetRef="task1"/>
<bpmn:sequenceFlow id="SequenceFlow_0g71oct" sourceRef="task1" targetRef="task2"/>
<bpmn:sequenceFlow id="SequenceFlow_01qcczb" sourceRef="task2" targetRef="EndEvent_12ctvg6"/>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane bpmnElement="testAllDistribution" id="BPMNPlane_1">
<bpmndi:BPMNShape bpmnElement="StartEvent_1" id="_BPMNShape_StartEvent_2">
<dc:Bounds height="36" width="36" x="183" y="175"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="20" width="90" x="156" y="211"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="task1" id="Task_1ss82i6_di">
<dc:Bounds height="80" width="100" x="290" y="153"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="task2" id="Task_0xu4wyu_di">
<dc:Bounds height="80" width="100" x="424" y="153"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="EndEvent_12ctvg6" id="EndEvent_12ctvg6_di">
<dc:Bounds height="36" width="36" x="560" y="175"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="12" width="90" x="533" y="215"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_133vu00" id="SequenceFlow_133vu00_di">
<di:waypoint x="219" xsi:type="dc:Point" y="193"/>
<di:waypoint x="290" xsi:type="dc:Point" y="193"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="12" width="0" x="254.5" y="172"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_0g71oct" id="SequenceFlow_0g71oct_di">
<di:waypoint x="390" xsi:type="dc:Point" y="193"/>
<di:waypoint x="424" xsi:type="dc:Point" y="193"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="12" width="0" x="407" y="172"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="SequenceFlow_01qcczb" id="SequenceFlow_01qcczb_di">
<di:waypoint x="524" xsi:type="dc:Point" y="193"/>
<di:waypoint x="560" xsi:type="dc:Point" y="193"/>
<bpmndi:BPMNLabel>
<dc:Bounds height="12" width="90" x="497" y="172"/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
<bpmn:relationship type="BPSimData">
<bpmn:extensionElements>
<bpsim:BPSimData>
<bpsim:Scenario author="Tim Stephenson" id="default" name="Scenario 1">
<bpsim:ScenarioParameters baseCurrencyUnit="USD" baseTimeUnit="min" replication="3" seed="1" traceFormat="XES"/>
<bpsim:ElementParameters elementRef="task1">
<bpsim:TimeParameters>
<bpsim:TransferTime>
<bpsim:TriangularDistribution max="2" min="0.35" mode="2"/>
</bpsim:TransferTime>
<bpsim:QueueTime>
<bpsim:TruncatedNormalDistribution max="1000" mean="20" min="0" standardDeviation="1"/>
</bpsim:QueueTime>
<bpsim:WaitTime>
<bpsim:WeibullDistribution scale="1" shape="1"/>
</bpsim:WaitTime>
<bpsim:SetUpTime>
<bpsim:NegativeExponentialDistribution mean="1"/>
</bpsim:SetUpTime>
<bpsim:ProcessingTime>
<bpsim:BinomialDistribution probability="0" trials="0"/>
</bpsim:ProcessingTime>
<bpsim:ValidationTime>
<bpsim:BetaDistribution scale="0" shape="0"/>
</bpsim:ValidationTime>
<bpsim:ReworkTime>
<bpsim:GammaDistribution scale="1" shape="1"/>
</bpsim:ReworkTime>
</bpsim:TimeParameters>
<bpsim:ControlParameters>
<bpsim:InterTriggerTimer>
<bpsim:FloatingParameter value="0"/>
</bpsim:InterTriggerTimer>
<bpsim:TriggerCount>
<bpsim:NumericParameter value="0"/>
</bpsim:TriggerCount>
</bpsim:ControlParameters>
<bpsim:CostParameters>
<bpsim:FixedCost>
<bpsim:NumericParameter value="0"/>
</bpsim:FixedCost>
<bpsim:UnitCost>
<bpsim:FloatingParameter value="0"/>
</bpsim:UnitCost>
</bpsim:CostParameters>
<bpsim:PriorityParameters>
<bpsim:Interruptible>
<bpsim:BooleanParameter value="true"/>
</bpsim:Interruptible>
<bpsim:Priority>
<bpsim:NumericParameter value="200"/>
</bpsim:Priority>
</bpsim:PriorityParameters>
</bpsim:ElementParameters>
<bpsim:ElementParameters elementRef="task2">
<bpsim:TimeParameters>
<bpsim:TransferTime>
<bpsim:ErlangDistribution k="0" mean="0"/>
</bpsim:TransferTime>
<bpsim:QueueTime>
<bpsim:LogNormalDistribution mean="0" standardDeviation="1"/>
</bpsim:QueueTime>
<bpsim:WaitTime>
<bpsim:NormalDistribution mean="0" standardDeviation="1"/>
</bpsim:WaitTime>
<bpsim:SetUpTime>
<bpsim:PoissonDistribution mean="1"/>
</bpsim:SetUpTime>
<bpsim:ProcessingTime>
<bpsim:UniformDistribution max="2" min="0"/>
</bpsim:ProcessingTime>
<bpsim:ValidationTime>
<bpsim:FloatingParameter value="0"/>
</bpsim:ValidationTime>
<bpsim:ReworkTime>
<bpsim:FloatingParameter value="0"/>
</bpsim:ReworkTime>
</bpsim:TimeParameters>
<bpsim:ControlParameters>
<bpsim:InterTriggerTimer>
<bpsim:FloatingParameter value="0"/>
</bpsim:InterTriggerTimer>
<bpsim:TriggerCount>
<bpsim:NumericParameter value="0"/>
</bpsim:TriggerCount>
</bpsim:ControlParameters>
<bpsim:CostParameters>
<bpsim:FixedCost>
<bpsim:NumericParameter value="0"/>
</bpsim:FixedCost>
<bpsim:UnitCost>
<bpsim:FloatingParameter value="0"/>
</bpsim:UnitCost>
</bpsim:CostParameters>
<bpsim:PriorityParameters>
<bpsim:Interruptible>
<bpsim:BooleanParameter value="true"/>
</bpsim:Interruptible>
<bpsim:Priority>
<bpsim:NumericParameter value="200"/>
</bpsim:Priority>
</bpsim:PriorityParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn:extensionElements>
<bpmn:source>Definitions_1</bpmn:source>
<bpmn:target>Definitions_1</bpmn:target>
</bpmn:relationship>
</bpmn:definitions>