mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 12:15:25 +00:00
45 lines
2.5 KiB
XML
45 lines
2.5 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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:process id="Process_xilxxoh" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_1tq5q6f</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:endEvent id="Event_0knzybr">
|
|
<bpmn:incoming>Flow_1dtkhx8</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1tq5q6f" sourceRef="StartEvent_1" targetRef="Activity_0zlzbym" />
|
|
<bpmn:sequenceFlow id="Flow_1dtkhx8" sourceRef="Activity_0zlzbym" targetRef="Event_0knzybr" />
|
|
<bpmn:userTask id="Activity_0zlzbym" name="Collection of documents">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="Check box-schema.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="Check box-uischema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_1tq5q6f</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1dtkhx8</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_xilxxoh">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-198" y="152" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0ut4lby_di" bpmnElement="Activity_0zlzbym">
|
|
<dc:Bounds x="-80" y="130" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0knzybr_di" bpmnElement="Event_0knzybr">
|
|
<dc:Bounds x="222" y="152" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1tq5q6f_di" bpmnElement="Flow_1tq5q6f">
|
|
<di:waypoint x="-162" y="170" />
|
|
<di:waypoint x="-80" y="170" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1dtkhx8_di" bpmnElement="Flow_1dtkhx8">
|
|
<di:waypoint x="20" y="170" />
|
|
<di:waypoint x="222" y="170" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|