2024-02-08 07:35:49 +00: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: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" />
|
2024-02-22 06:09:18 +00:00
|
|
|
<bpmn:startEvent id="Event_17fkk9m">
|
|
|
|
<bpmn:outgoing>Flow_0699xpl</bpmn:outgoing>
|
|
|
|
</bpmn:startEvent>
|
|
|
|
<bpmn:sequenceFlow id="Flow_0699xpl" sourceRef="Event_17fkk9m" targetRef="Activity_02yis57" />
|
2024-02-22 06:17:48 +00:00
|
|
|
<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>
|
2024-02-22 06:26:42 +00:00
|
|
|
<bpmn:outgoing>Flow_0hgqii5</bpmn:outgoing>
|
2024-02-22 06:20:06 +00:00
|
|
|
<bpmn:script>timeDuration = 'PT1M'
|
|
|
|
</bpmn:script>
|
2024-02-22 06:17:48 +00:00
|
|
|
</bpmn:scriptTask>
|
2024-02-22 06:26:42 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_0hgqii5" sourceRef="Activity_02yis57" targetRef="Activity_1qmupgd" />
|
|
|
|
<bpmn:userTask id="Activity_1qmupgd">
|
|
|
|
<bpmn:extensionElements>
|
|
|
|
<spiffworkflow:properties>
|
|
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="timer-schema.json" />
|
|
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="timer-uischema.json" />
|
|
|
|
</spiffworkflow:properties>
|
|
|
|
</bpmn:extensionElements>
|
|
|
|
<bpmn:incoming>Flow_0hgqii5</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_126m7x4</bpmn:outgoing>
|
|
|
|
</bpmn:userTask>
|
|
|
|
<bpmn:exclusiveGateway id="Gateway_0jl1m1j" default="Flow_0ptik6o">
|
|
|
|
<bpmn:incoming>Flow_126m7x4</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_1g0ycbx</bpmn:outgoing>
|
|
|
|
<bpmn:outgoing>Flow_0ptik6o</bpmn:outgoing>
|
|
|
|
</bpmn:exclusiveGateway>
|
|
|
|
<bpmn:sequenceFlow id="Flow_126m7x4" sourceRef="Activity_1qmupgd" targetRef="Gateway_0jl1m1j" />
|
|
|
|
<bpmn:intermediateCatchEvent id="Event_0kbxyoi">
|
|
|
|
<bpmn:extensionElements>
|
|
|
|
<spiffworkflow:instructionsForEndUser>{{timeDuration}}</spiffworkflow:instructionsForEndUser>
|
|
|
|
</bpmn:extensionElements>
|
|
|
|
<bpmn:incoming>Flow_1wipt8w</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_0mv3o88</bpmn:outgoing>
|
|
|
|
<bpmn:timerEventDefinition id="TimerEventDefinition_02nqzrk">
|
|
|
|
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">timeDuration</bpmn:timeDuration>
|
|
|
|
</bpmn:timerEventDefinition>
|
|
|
|
</bpmn:intermediateCatchEvent>
|
2024-02-22 06:27:40 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_1g0ycbx" sourceRef="Gateway_0jl1m1j" targetRef="Activity_1lxbv10">
|
|
|
|
<bpmn:conditionExpression>done=='False'</bpmn:conditionExpression>
|
|
|
|
</bpmn:sequenceFlow>
|
2024-02-22 06:26:42 +00:00
|
|
|
<bpmn:manualTask id="Activity_1lxbv10">
|
|
|
|
<bpmn:extensionElements>
|
|
|
|
<spiffworkflow:instructionsForEndUser>Waiting for timer</spiffworkflow:instructionsForEndUser>
|
|
|
|
</bpmn:extensionElements>
|
|
|
|
<bpmn:incoming>Flow_1g0ycbx</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_1wipt8w</bpmn:outgoing>
|
|
|
|
</bpmn:manualTask>
|
|
|
|
<bpmn:sequenceFlow id="Flow_1wipt8w" sourceRef="Activity_1lxbv10" targetRef="Event_0kbxyoi" />
|
|
|
|
<bpmn:endEvent id="Event_1r3ejgf">
|
|
|
|
<bpmn:incoming>Flow_0mv3o88</bpmn:incoming>
|
|
|
|
<bpmn:incoming>Flow_0ptik6o</bpmn:incoming>
|
|
|
|
</bpmn:endEvent>
|
|
|
|
<bpmn:sequenceFlow id="Flow_0mv3o88" sourceRef="Event_0kbxyoi" targetRef="Event_1r3ejgf" />
|
2024-02-22 06:27:40 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_0ptik6o" sourceRef="Gateway_0jl1m1j" targetRef="Event_1r3ejgf">
|
|
|
|
<bpmn:conditionExpression>done=='True'</bpmn:conditionExpression>
|
|
|
|
</bpmn:sequenceFlow>
|
2024-02-08 07:35:49 +00:00
|
|
|
</bpmn:process>
|
|
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="timer_start">
|
2024-02-22 06:09:18 +00:00
|
|
|
<bpmndi:BPMNShape id="Event_17fkk9m_di" bpmnElement="Event_17fkk9m">
|
|
|
|
<dc:Bounds x="-138" y="192" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
2024-02-22 06:26:42 +00:00
|
|
|
<bpmndi:BPMNShape id="Activity_1a6luxb_di" bpmnElement="Activity_02yis57">
|
|
|
|
<dc:Bounds x="-30" y="170" width="100" height="80" />
|
2024-02-08 07:35:49 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2024-02-22 06:26:42 +00:00
|
|
|
<bpmndi:BPMNShape id="Activity_19s74kg_di" bpmnElement="Activity_1qmupgd">
|
|
|
|
<dc:Bounds x="160" y="140" width="100" height="80" />
|
2024-02-08 07:35:49 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2024-02-22 06:26:42 +00:00
|
|
|
<bpmndi:BPMNShape id="Gateway_0jl1m1j_di" bpmnElement="Gateway_0jl1m1j" isMarkerVisible="true">
|
|
|
|
<dc:Bounds x="305" y="155" width="50" height="50" />
|
2024-02-08 07:35:49 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2024-02-22 06:26:42 +00:00
|
|
|
<bpmndi:BPMNShape id="Activity_0vc8076_di" bpmnElement="Activity_1lxbv10">
|
|
|
|
<dc:Bounds x="400" y="130" width="100" height="80" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="Event_1g4rym6_di" bpmnElement="Event_0kbxyoi">
|
|
|
|
<dc:Bounds x="562" y="152" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="Event_1o6j1of_di" bpmnElement="Event_1r3ejgf">
|
|
|
|
<dc:Bounds x="662" y="152" width="36" height="36" />
|
2024-02-22 06:17:48 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2024-02-22 06:09:18 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_0699xpl_di" bpmnElement="Flow_0699xpl">
|
|
|
|
<di:waypoint x="-102" y="210" />
|
|
|
|
<di:waypoint x="-30" y="210" />
|
|
|
|
</bpmndi:BPMNEdge>
|
2024-02-22 06:26:42 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_0hgqii5_di" bpmnElement="Flow_0hgqii5">
|
2024-02-22 06:09:18 +00:00
|
|
|
<di:waypoint x="70" y="210" />
|
2024-02-22 06:26:42 +00:00
|
|
|
<di:waypoint x="115" y="210" />
|
|
|
|
<di:waypoint x="115" y="180" />
|
|
|
|
<di:waypoint x="160" y="180" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_126m7x4_di" bpmnElement="Flow_126m7x4">
|
|
|
|
<di:waypoint x="260" y="180" />
|
|
|
|
<di:waypoint x="305" y="180" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_1g0ycbx_di" bpmnElement="Flow_1g0ycbx">
|
|
|
|
<di:waypoint x="355" y="180" />
|
|
|
|
<di:waypoint x="378" y="180" />
|
|
|
|
<di:waypoint x="378" y="170" />
|
|
|
|
<di:waypoint x="400" y="170" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_1wipt8w_di" bpmnElement="Flow_1wipt8w">
|
|
|
|
<di:waypoint x="500" y="170" />
|
|
|
|
<di:waypoint x="562" y="170" />
|
2024-02-22 06:09:18 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
2024-02-22 06:26:42 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_0mv3o88_di" bpmnElement="Flow_0mv3o88">
|
|
|
|
<di:waypoint x="598" y="170" />
|
|
|
|
<di:waypoint x="662" y="170" />
|
2024-02-08 07:35:49 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
2024-02-22 06:26:42 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_0ptik6o_di" bpmnElement="Flow_0ptik6o">
|
|
|
|
<di:waypoint x="330" y="205" />
|
|
|
|
<di:waypoint x="330" y="320" />
|
2024-02-22 06:27:40 +00:00
|
|
|
<di:waypoint x="680" y="320" />
|
2024-02-22 06:26:42 +00:00
|
|
|
<di:waypoint x="680" y="188" />
|
2024-02-08 07:35:49 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
</bpmndi:BPMNPlane>
|
|
|
|
</bpmndi:BPMNDiagram>
|
|
|
|
</bpmn:definitions>
|