2024-07-15 10:51:00 -04:00

99 lines
3.7 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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" 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_test_numeric_range_field_u6g6fax" isExecutable="true">
<bpmn:startEvent id="Event_0o20px3">
<bpmn:outgoing>Flow_172bd8c</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_172bd8c" sourceRef="Event_0o20px3" targetRef="Activity_1ntubfg" />
<bpmn:sequenceFlow id="Flow_0279h0s" sourceRef="Activity_1ntubfg" targetRef="Activity_161m968" />
<bpmn:endEvent id="Event_0josylz">
<bpmn:incoming>Flow_0916er0</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0916er0" sourceRef="Activity_161m968" targetRef="Event_0josylz" />
<bpmn:userTask id="Activity_1ntubfg" name="Get Data">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="numeric-ranges-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="numeric-ranges-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_172bd8c</bpmn:incoming>
<bpmn:outgoing>Flow_0279h0s</bpmn:outgoing>
</bpmn:userTask>
<bpmn:manualTask id="Activity_161m968" name="Display Data">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>Numeric Range 1
-----------
Min: {{numericRange1.min}}
Max: {{numericRange1.max}}
Numeric Range 2
-----------
Min: {{numericRange2.min}}
Max: {{numericRange2.max}}
Numeric Range 3
-----------
Min: {{numericRange3.min}}
Max: {{numericRange3.max}}
Numeric Range 4
-----------
Min: {{numericRange4.min}}
Max: {{numericRange4.max}}
Numeric Range 5
-----------
Min: {{numericRange5.min}}
Max: {{numericRange5.max}}</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0279h0s</bpmn:incoming>
<bpmn:outgoing>Flow_0916er0</bpmn:outgoing>
</bpmn:manualTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_test_numeric_range_field_u6g6fax">
<bpmndi:BPMNShape id="Event_0o20px3_di" bpmnElement="Event_0o20px3">
<dc:Bounds x="112" y="152" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0josylz_di" bpmnElement="Event_0josylz">
<dc:Bounds x="522" y="152" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0uenhx7_di" bpmnElement="Activity_1ntubfg">
<dc:Bounds x="200" y="130" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1rq5yjo_di" bpmnElement="Activity_161m968">
<dc:Bounds x="360" y="130" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_172bd8c_di" bpmnElement="Flow_172bd8c">
<di:waypoint x="148" y="170" />
<di:waypoint x="200" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0279h0s_di" bpmnElement="Flow_0279h0s">
<di:waypoint x="300" y="170" />
<di:waypoint x="360" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0916er0_di" bpmnElement="Flow_0916er0">
<di:waypoint x="460" y="170" />
<di:waypoint x="522" y="170" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>