43 lines
3.0 KiB
XML
43 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="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" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="test" targetNamespace="http://activiti.org/bpmn">
|
|
<bpmn2:process id="Process_1" isExecutable="false">
|
|
<bpmn2:ioSpecification id="InputOutputSpecification_1"/>
|
|
<bpmn2:dataStoreReference id="_DataStoreReference_2" name="a data store" dataStoreRef="DataStore_1"/>
|
|
<bpmn2:dataObject id="DataObject_1" name="Data Object 1"/>
|
|
<bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="a throw event">
|
|
<bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
|
|
</bpmn2:intermediateThrowEvent>
|
|
<bpmn2:startEvent id="StartEvent_1" name="a start event">
|
|
<bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
|
|
</bpmn2:startEvent>
|
|
<bpmn2:sequenceFlow id="SequenceFlow_1" name="a sequence flow" sourceRef="StartEvent_1" targetRef="IntermediateThrowEvent_1"/>
|
|
<bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="a gateway"/>
|
|
<bpmn2:dataObjectReference id="DataObjectReference_1" name="a data object
reference" dataObjectRef="DataObject_1"/>
|
|
</bpmn2:process>
|
|
<bpmn2:dataStore id="DataStore_1" name="Data Store 1"/>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
|
|
<bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_3" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
|
|
<dc:Bounds height="50.0" width="50.0" x="84.0" y="59.0"/>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_DataStoreReference_2" bpmnElement="_DataStoreReference_2">
|
|
<dc:Bounds height="50.0" width="50.0" x="192.0" y="60.0"/>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_DataObjectReference_2" bpmnElement="DataObjectReference_1">
|
|
<dc:Bounds height="50.0" width="36.0" x="312.0" y="60.0"/>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_3" bpmnElement="StartEvent_1">
|
|
<dc:Bounds height="36.0" width="36.0" x="424.0" y="237.0"/>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_2" bpmnElement="IntermediateThrowEvent_1">
|
|
<dc:Bounds height="36.0" width="36.0" x="624.0" y="337.0"/>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_3" targetElement="_BPMNShape_IntermediateThrowEvent_2">
|
|
<di:waypoint xsi:type="dc:Point" x="460.0" y="255.0"/>
|
|
<di:waypoint xsi:type="dc:Point" x="542.0" y="255.0"/>
|
|
<di:waypoint xsi:type="dc:Point" x="542.0" y="355.0"/>
|
|
<di:waypoint xsi:type="dc:Point" x="624.0" y="355.0"/>
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn2:definitions> |