mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
25 lines
1.4 KiB
XML
25 lines
1.4 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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:process id="Proccess_bd7bm56" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1" />
|
|
<bpmn:dataObjectReference id="DataObjectReference_08cfih2" />
|
|
<bpmn:dataObjectReference id="DataObjectReference_1y4vh2z" />
|
|
<bpmn:dataObjectReference id="DataObjectReference_0p7ew18" name="Data Object" dataObjectRef="DataObject_1" />
|
|
<bpmn:dataObject id="DataObject_1" />
|
|
<bpmn:dataObject id="DataObject_1r1fjp3" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_bd7bm56">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="179" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="DataObjectReference_0p7ew18_di" bpmnElement="DataObjectReference_0p7ew18">
|
|
<dc:Bounds x="532" y="165" width="36" height="50" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="520" y="222" width="60" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|