sample-process-models/misc/qa/forms/test-date-range-with-different-date-formats/test-date-range-with-different-date-formats.bpmn
2024-07-15 10:51:00 -04:00

98 lines
3.9 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_date_range_with_different_date_formats_0j2g253" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_17db3yp</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_17db3yp" sourceRef="StartEvent_1" targetRef="Activity_0qpzdpu" />
<bpmn:endEvent id="EndEvent_1">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>The process instance completed successfully.
Date Range 1 : {{start_date1}} - {{end_date1}}
Date Range 2 : {{start_date2}} - {{end_date2}}
Date Range 3 : {{start_date3}} - {{end_date3}}
Date Range 4 : {{start_date4}} - {{end_date4}}
Date Range 5 : {{start_date5}} - {{end_date5}}
Date Range 6 : {{start_date6}} - {{end_date6}}
Date Range 7 : {{start_date7}} - {{end_date7}}
Date Range 8 : {{start_date8}} - {{end_date8}}
Date Range 9 : {{start_date9}} - {{end_date9}}
Date Range 10 : {{start_date10}} - {{end_date10}} </spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_12pkbxb</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_12pkbxb" sourceRef="Activity_0qpzdpu" targetRef="EndEvent_1" />
<bpmn:userTask id="Activity_0qpzdpu" name="User Task">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser />
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="date-range-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="date-range-uischema.json" />
</spiffworkflow:properties>
<spiffworkflow:postScript>start_date1 = date_range1[:10]
end_date1 = date_range1[13:23]
start_date2 = date_range2[:10]
end_date2 = date_range2[13:23]
start_date3 = date_range3[:10]
end_date3 = date_range3[13:23]
start_date4 = date_range4[:10]
end_date4 = date_range4[13:23]
start_date5 = date_range5[:10]
end_date5 = date_range5[13:23]
start_date6 = date_range6[:10]
end_date6 = date_range6[13:23]
start_date7 = date_range7[:10]
end_date7 = date_range7[13:23]
start_date8 = date_range8[:10]
end_date8 = date_range8[13:23]
start_date9 = date_range9[:10]
end_date9 = date_range9[13:23]
start_date10 = date_range10[:10]
end_date10 = date_range10[13:23]</spiffworkflow:postScript>
</bpmn:extensionElements>
<bpmn:incoming>Flow_17db3yp</bpmn:incoming>
<bpmn:outgoing>Flow_12pkbxb</bpmn:outgoing>
</bpmn:userTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_test_date_range_with_different_date_formats_0j2g253">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0zhpa3u_di" bpmnElement="Activity_0qpzdpu">
<dc:Bounds x="270" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_17db3yp_di" bpmnElement="Flow_17db3yp">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_12pkbxb_di" bpmnElement="Flow_12pkbxb">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>