43 lines
2.3 KiB
Plaintext
Raw Normal View History

2024-07-15 10:51:00 -04:00
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Process_jajmb2l" isExecutable="true">
<bpmn:sequenceFlow id="Flow_0lz4ywq" sourceRef="StartEvent_1" targetRef="Activity_01d7bei" />
<bpmn:scriptTask id="Activity_01d7bei">
<bpmn:incoming>Flow_0lz4ywq</bpmn:incoming>
<bpmn:outgoing>Flow_1b75fv7</bpmn:outgoing>
<bpmn:script>end_time = round(time.time() * 1000)</bpmn:script>
</bpmn:scriptTask>
<bpmn:endEvent id="Event_1gk8svq">
<bpmn:incoming>Flow_1b75fv7</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1b75fv7" sourceRef="Activity_01d7bei" targetRef="Event_1gk8svq" />
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0lz4ywq</bpmn:outgoing>
<bpmn:timerEventDefinition id="TimerEventDefinition_0k65a16">
<bpmn:timeCycle xsi:type="bpmn:tFormalExpression">"R/PT30S"</bpmn:timeCycle>
</bpmn:timerEventDefinition>
</bpmn:startEvent>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_jajmb2l">
<bpmndi:BPMNShape id="Activity_0ft8mps_di" bpmnElement="Activity_01d7bei">
<dc:Bounds x="270" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1gk8svq_di" bpmnElement="Event_1gk8svq">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_02v8w6y_di" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0lz4ywq_di" bpmnElement="Flow_0lz4ywq">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1b75fv7_di" bpmnElement="Flow_1b75fv7">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>