56 lines
3.5 KiB
XML
56 lines
3.5 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="_c7U8wGD8EeSCE95aAM9ZMQ" exporter="camunda modeler" exporterVersion="2.6.0" targetNamespace="http://activiti.org/bpmn">
|
|
<bpmn2:process id="Process_1" isExecutable="false">
|
|
<bpmn2:dataObject id="DataObject_1" name="Data Object 1"/>
|
|
<bpmn2:dataObjectReference id="DataObjectReference_1" name="" dataObjectRef="DataObject_1"/>
|
|
<bpmn2:task id="Task_1">
|
|
<bpmn2:dataOutputAssociation id="DataOutputAssociation">
|
|
<bpmn2:targetRef>DataObjectReference_1</bpmn2:targetRef>
|
|
</bpmn2:dataOutputAssociation>
|
|
</bpmn2:task>
|
|
<bpmn2:task id="Task_2">
|
|
<bpmn2:dataInputAssociation id="DataInputAssociation">
|
|
<bpmn2:sourceRef>DataObjectReference_1</bpmn2:sourceRef>
|
|
</bpmn2:dataInputAssociation>
|
|
</bpmn2:task>
|
|
<bpmn2:task id="Task_3" />
|
|
<bpmn2:boundaryEvent id="BoundaryEvent" attachedToRef="Task_3">
|
|
<bpmn2:dataOutputAssociation id="DataOutputAssociation_2">
|
|
<bpmn2:targetRef>DataObjectReference_1</bpmn2:targetRef>
|
|
</bpmn2:dataOutputAssociation>
|
|
</bpmn2:boundaryEvent>
|
|
</bpmn2:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
|
|
<bpmndi:BPMNShape id="_BPMNShape_Task_1" bpmnElement="Task_1">
|
|
<dc:Bounds height="80.0" width="100.0" x="122.0" y="145.0"/>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="Task_2">
|
|
<dc:Bounds height="80.0" width="100.0" x="504.0" y="145.0"/>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_DataObjectReference_1" bpmnElement="DataObjectReference_1">
|
|
<dc:Bounds height="50.0" width="36.0" x="341.0" y="27.0"/>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="BPMNEdge_DataOutputAssociation" bpmnElement="DataOutputAssociation" sourceElement="_BPMNShape_Task_1" targetElement="_BPMNShape_DataObjectReference_1">
|
|
<di:waypoint xsi:type="dc:Point" x="172.0" y="145.0"/>
|
|
<di:waypoint xsi:type="dc:Point" x="172.0" y="52.0"/>
|
|
<di:waypoint xsi:type="dc:Point" x="341.0" y="52.0"/>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="BPMNEdge_DataInputAssociation" bpmnElement="DataInputAssociation" sourceElement="_BPMNShape_DataObjectReference_1" targetElement="_BPMNShape_Task_2">
|
|
<di:waypoint xsi:type="dc:Point" x="377.0" y="52.0"/>
|
|
<di:waypoint xsi:type="dc:Point" x="554.0" y="52.0"/>
|
|
<di:waypoint xsi:type="dc:Point" x="554.0" y="145.0"/>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="_BPMNShape_Task_3" bpmnElement="Task_3">
|
|
<dc:Bounds x="230" y="150" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent" bpmnElement="BoundaryEvent">
|
|
<dc:Bounds x="280" y="132" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="BPMNEdge_DataOutputAssociation_2" bpmnElement="DataOutputAssociation_2" sourceElement="_BPMNShape_BoundaryEvent" targetElement="_BPMNShape_DataObjectReference_1">
|
|
<di:waypoint xsi:type="dc:Point" x="302" y="132" />
|
|
<di:waypoint xsi:type="dc:Point" x="350" y="76" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn2:definitions> |