83 lines
4.6 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" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1qnx3d3" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.0.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.17.0">
<bpmn:process id="timer_start" isExecutable="true">
<bpmn:sequenceFlow id="Flow_032rj36" targetRef="any_task" />
<bpmn:startEvent id="Event_17fkk9m">
<bpmn:outgoing>Flow_0699xpl</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0699xpl" sourceRef="Event_17fkk9m" targetRef="Activity_02yis57" />
<bpmn:intermediateCatchEvent id="Event_0kbxyoi">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>{{timeDuration}}</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1wsfaz5</bpmn:incoming>
<bpmn:outgoing>Flow_1sohwx3</bpmn:outgoing>
<bpmn:timerEventDefinition id="TimerEventDefinition_02nqzrk">
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">timeDuration</bpmn:timeDuration>
</bpmn:timerEventDefinition>
</bpmn:intermediateCatchEvent>
<bpmn:sequenceFlow id="Flow_1wsfaz5" sourceRef="Activity_02yis57" targetRef="Event_0kbxyoi" />
<bpmn:sequenceFlow id="Flow_1sohwx3" sourceRef="Event_0kbxyoi" targetRef="Activity_0yxjcuy" />
<bpmn:manualTask id="Activity_0yxjcuy">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>Timer Completed</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1sohwx3</bpmn:incoming>
<bpmn:outgoing>Flow_0jtiymz</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:endEvent id="Event_1mk0o88">
<bpmn:incoming>Flow_0jtiymz</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0jtiymz" sourceRef="Activity_0yxjcuy" targetRef="Event_1mk0o88" />
<bpmn:scriptTask id="Activity_02yis57" name="Gives the">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser></spiffworkflow:instructionsForEndUser>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="timervariable-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="timervariable-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0699xpl</bpmn:incoming>
<bpmn:outgoing>Flow_1wsfaz5</bpmn:outgoing>
<bpmn:script>timeDuration=PT1M</bpmn:script>
</bpmn:scriptTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="timer_start">
<bpmndi:BPMNShape id="Event_17fkk9m_di" bpmnElement="Event_17fkk9m">
<dc:Bounds x="-138" y="192" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1g4rym6_di" bpmnElement="Event_0kbxyoi">
<dc:Bounds x="92" y="272" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_10u38xz_di" bpmnElement="Activity_0yxjcuy">
<dc:Bounds x="150" y="250" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1mk0o88_di" bpmnElement="Event_1mk0o88">
<dc:Bounds x="272" y="272" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1a6luxb_di" bpmnElement="Activity_02yis57">
<dc:Bounds x="-30" y="170" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0699xpl_di" bpmnElement="Flow_0699xpl">
<di:waypoint x="-102" y="210" />
<di:waypoint x="-30" y="210" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1wsfaz5_di" bpmnElement="Flow_1wsfaz5">
<di:waypoint x="70" y="210" />
<di:waypoint x="81" y="210" />
<di:waypoint x="81" y="290" />
<di:waypoint x="92" y="290" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1sohwx3_di" bpmnElement="Flow_1sohwx3">
<di:waypoint x="128" y="290" />
<di:waypoint x="150" y="290" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0jtiymz_di" bpmnElement="Flow_0jtiymz">
<di:waypoint x="250" y="290" />
<di:waypoint x="272" y="290" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>