53 lines
2.4 KiB
XML

<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:error id="Error_1p88s3b" name="Error_1p88s3b" />
<bpmn:escalation id="Escalation_0dktd0s" name="Escalation_0dktd0s" />
<bpmn:process id="Process_16frwp2">
<bpmn:startEvent id="Event_0dnbb90">
<bpmn:outgoing>Flow_1xmejps</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1xmejps" sourceRef="Event_0dnbb90" targetRef="Activity_1dk3mi6" />
<bpmn:endEvent id="Event_05dwpq7">
<bpmn:incoming>Flow_05vd8op</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_05vd8op" sourceRef="Activity_1dk3mi6" targetRef="Event_05dwpq7" />
<bpmn:scriptTask id="Activity_1dk3mi6" name="Simple Script Task">
<bpmn:incoming>Flow_1xmejps</bpmn:incoming>
<bpmn:outgoing>Flow_05vd8op</bpmn:outgoing>
<bpmn:script>age = 51
height = 1.93
children = [ "Robert", "Edward", "Tadd"]
is_maried = True
Age=60
del(Age)
cabinet = {
"Seceretary of State"
}</bpmn:script>
</bpmn:scriptTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_16frwp2">
<bpmndi:BPMNShape id="Event_0dnbb90_di" bpmnElement="Event_0dnbb90">
<dc:Bounds x="192" y="272" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_05dwpq7_di" bpmnElement="Event_05dwpq7">
<dc:Bounds x="432" y="272" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0h7icr6_di" bpmnElement="Activity_1dk3mi6">
<dc:Bounds x="280" y="250" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1xmejps_di" bpmnElement="Flow_1xmejps">
<di:waypoint x="228" y="290" />
<di:waypoint x="280" y="290" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_05vd8op_di" bpmnElement="Flow_05vd8op">
<di:waypoint x="380" y="290" />
<di:waypoint x="432" y="290" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>