69 lines
3.6 KiB
XML
69 lines
3.6 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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0mwxlvp" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.3.5">
|
|
<bpmn:process id="Process_1" isExecutable="true">
|
|
<bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1" name="foo">
|
|
<bpmn:documentation>bar</bpmn:documentation>
|
|
<bpmn:incoming>SequenceFlow_1</bpmn:incoming>
|
|
<bpmn:outgoing>SequenceFlow_2</bpmn:outgoing>
|
|
</bpmn:intermediateThrowEvent>
|
|
<bpmn:task id="Task_1">
|
|
<bpmn:incoming>SequenceFlow_2</bpmn:incoming>
|
|
</bpmn:task>
|
|
<bpmn:sequenceFlow id="SequenceFlow_2" sourceRef="IntermediateThrowEvent_1" targetRef="Task_1" />
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>SequenceFlow_1</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="SequenceFlow_1" sourceRef="StartEvent_1" targetRef="IntermediateThrowEvent_1" />
|
|
<bpmn:intermediateCatchEvent id="ConditionalCatchEvent">
|
|
<bpmn:conditionalEventDefinition>
|
|
<bpmn:condition xsi:type="bpmn:tFormalExpression" />
|
|
</bpmn:conditionalEventDefinition>
|
|
</bpmn:intermediateCatchEvent>
|
|
<bpmn:intermediateCatchEvent id="MessageCatchEvent">
|
|
<bpmn:messageEventDefinition />
|
|
</bpmn:intermediateCatchEvent>
|
|
<bpmn:intermediateCatchEvent id="SignalCatchEvent">
|
|
<bpmn:signalEventDefinition />
|
|
</bpmn:intermediateCatchEvent>
|
|
<bpmn:intermediateCatchEvent id="TimerCatchEvent">
|
|
<bpmn:timerEventDefinition />
|
|
</bpmn:intermediateCatchEvent>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
|
|
<bpmndi:BPMNShape id="IntermediateThrowEvent_0zpvfc7_di" bpmnElement="IntermediateThrowEvent_1">
|
|
<dc:Bounds x="182" y="82" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="192" y="125" width="16" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Task_06yfm3r_di" bpmnElement="Task_1">
|
|
<dc:Bounds x="250" y="60" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_1tkizp1_di" bpmnElement="SequenceFlow_2">
|
|
<di:waypoint x="218" y="100" />
|
|
<di:waypoint x="250" y="100" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="StartEvent_1s1jnio_di" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="82" y="82" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_139qjys_di" bpmnElement="SequenceFlow_1">
|
|
<di:waypoint x="118" y="100" />
|
|
<di:waypoint x="182" y="100" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="IntermediateCatchEvent_0bwzxs9_di" bpmnElement="ConditionalCatchEvent">
|
|
<dc:Bounds x="82" y="182" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="IntermediateCatchEvent_1rlh3w8_di" bpmnElement="MessageCatchEvent">
|
|
<dc:Bounds x="132" y="182" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="IntermediateCatchEvent_0o6ghdv_di" bpmnElement="SignalCatchEvent">
|
|
<dc:Bounds x="82" y="232" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="IntermediateCatchEvent_054kymd_di" bpmnElement="TimerCatchEvent">
|
|
<dc:Bounds x="132" y="232" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|