<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://activiti.org/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_iZs2cNlMEeS-kbJwzu1kzQ" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://activiti.org/bpmn">
<bpmn2:process id="checkMails" name="TimerProcess" isExecutable="true">
<bpmn2:serviceTask id="timer" camunda:class="some.package.Class" name="Timer">
<bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
<bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
</bpmn2:serviceTask>
<bpmn2:startEvent id="StartEvent_1">
<bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
<bpmn2:timerEventDefinition id="_TimerEventDefinition_2">
<bpmn2:timeCycle xsi:type="bpmn2:tFormalExpression">R/PT30M</bpmn2:timeCycle>
</bpmn2:timerEventDefinition>
</bpmn2:startEvent>
<bpmn2:endEvent id="EndEvent_1">
<bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="timer"/>
<bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="checkAccounts" targetRef="EndEvent_1"/>
</bpmn2:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="checkMails">
<bpmndi:BPMNShape id="_BPMNShape_ServiceTask_31" bpmnElement="timer">
<dc:Bounds height="80.0" width="100.0" x="453.0" y="145.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_6" bpmnElement="StartEvent_1">
<dc:Bounds height="36.0" width="36.0" x="287.0" y="169.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_EndEvent_14" bpmnElement="EndEvent_1">
<dc:Bounds height="36.0" width="36.0" x="659.0" y="165.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_6" targetElement="_BPMNShape_ServiceTask_31">
<di:waypoint xsi:type="dc:Point" x="323.0" y="187.0"/>
<di:waypoint xsi:type="dc:Point" x="388.0" y="187.0"/>
<di:waypoint xsi:type="dc:Point" x="388.0" y="185.0"/>
<di:waypoint xsi:type="dc:Point" x="453.0" y="185.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ServiceTask_31" targetElement="_BPMNShape_EndEvent_14">
<di:waypoint xsi:type="dc:Point" x="553.0" y="185.0"/>
<di:waypoint xsi:type="dc:Point" x="606.0" y="185.0"/>
<di:waypoint xsi:type="dc:Point" x="606.0" y="183.0"/>
<di:waypoint xsi:type="dc:Point" x="659.0" y="183.0"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>
0246245e-9223-11e5-9dcc-1aed57d0c4d6 |