mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 22:38:08 +00:00
24 lines
1.4 KiB
XML
24 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="Process_t1ougzk" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1" />
|
|
<bpmn:dataObject id="DataObject_0p3yihc" />
|
|
<bpmn:dataObjectReference id="DataStoreReference_0242w2v" name="Data Object 0 P 3 Yihc" dataObjectRef="DataObject_0p3yihc">
|
|
<bpmn:documentation>List of Cities in the state in a structured format</bpmn:documentation>
|
|
</bpmn:dataObjectReference>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_t1ougzk">
|
|
<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_1mcqkxa_di" bpmnElement="DataStoreReference_0242w2v">
|
|
<dc:Bounds x="292" y="25" width="36" height="50" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="287" y="82" width="84" height="27" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|