User: usama@sartography.com clicked save for playground/usama/essential-example/Escalation_Event.bpmn
This commit is contained in:
parent
b2e5027d39
commit
0ddbed80d4
|
@ -20,7 +20,7 @@
|
||||||
<bpmn:incoming>Flow_1f8lljz</bpmn:incoming>
|
<bpmn:incoming>Flow_1f8lljz</bpmn:incoming>
|
||||||
</bpmn:endEvent>
|
</bpmn:endEvent>
|
||||||
<bpmn:sequenceFlow id="Flow_0okn2rx" sourceRef="Gateway_0jcq1yd" targetRef="Activity_0076isf">
|
<bpmn:sequenceFlow id="Flow_0okn2rx" sourceRef="Gateway_0jcq1yd" targetRef="Activity_0076isf">
|
||||||
<bpmn:conditionExpression />
|
<bpmn:conditionExpression>int(quantity) > 10</bpmn:conditionExpression>
|
||||||
</bpmn:sequenceFlow>
|
</bpmn:sequenceFlow>
|
||||||
<bpmn:sequenceFlow id="Flow_1a6mt0f" sourceRef="Gateway_0jcq1yd" targetRef="Event_1trwx9o">
|
<bpmn:sequenceFlow id="Flow_1a6mt0f" sourceRef="Gateway_0jcq1yd" targetRef="Event_1trwx9o">
|
||||||
<bpmn:conditionExpression>int(quantity) < 0</bpmn:conditionExpression>
|
<bpmn:conditionExpression>int(quantity) < 0</bpmn:conditionExpression>
|
||||||
|
@ -70,9 +70,6 @@
|
||||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||||
<dc:Bounds x="-8" y="132" width="36" height="36" />
|
<dc:Bounds x="-8" y="132" width="36" height="36" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNShape id="Event_0705zn5_di" bpmnElement="Event_0705zn5">
|
|
||||||
<dc:Bounds x="582" y="402" width="36" height="36" />
|
|
||||||
</bpmndi:BPMNShape>
|
|
||||||
<bpmndi:BPMNShape id="Activity_1cneqjh_di" bpmnElement="Activity_1cneqjh" isExpanded="true">
|
<bpmndi:BPMNShape id="Activity_1cneqjh_di" bpmnElement="Activity_1cneqjh" isExpanded="true">
|
||||||
<dc:Bounds x="80" y="-20" width="620" height="360" />
|
<dc:Bounds x="80" y="-20" width="620" height="360" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
|
@ -126,6 +123,9 @@
|
||||||
<dc:Bounds x="430" y="380" width="100" height="80" />
|
<dc:Bounds x="430" y="380" width="100" height="80" />
|
||||||
<bpmndi:BPMNLabel />
|
<bpmndi:BPMNLabel />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
|
<bpmndi:BPMNShape id="Event_0705zn5_di" bpmnElement="Event_0705zn5">
|
||||||
|
<dc:Bounds x="582" y="402" width="36" height="36" />
|
||||||
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNShape id="Event_1200g31_di" bpmnElement="Event_1xburk6">
|
<bpmndi:BPMNShape id="Event_1200g31_di" bpmnElement="Event_1xburk6">
|
||||||
<dc:Bounds x="342" y="322" width="36" height="36" />
|
<dc:Bounds x="342" y="322" width="36" height="36" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
|
|
Loading…
Reference in New Issue