113 lines
5.7 KiB
XML
113 lines
5.7 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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.2.1">
|
|
<bpmn:process id="Process_1" isExecutable="false">
|
|
<bpmn:laneSet />
|
|
<bpmn:subProcess id="SubProcess_1">
|
|
<bpmn:subProcess id="SubProcess_2">
|
|
<bpmn:multiInstanceLoopCharacteristics isSequential="true" />
|
|
<bpmn:startEvent id="StartEvent_1" name="hello">
|
|
<bpmn:outgoing>SequenceFlow_1</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:endEvent id="EndEvent_1" name="world!">
|
|
<bpmn:incoming>SequenceFlow_2</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:task id="Task_1" name="wait for it.." default="SequenceFlow_2">
|
|
<bpmn:incoming>SequenceFlow_1</bpmn:incoming>
|
|
<bpmn:outgoing>SequenceFlow_2</bpmn:outgoing>
|
|
<bpmn:outgoing>SequenceFlow_3</bpmn:outgoing>
|
|
</bpmn:task>
|
|
<bpmn:sequenceFlow id="SequenceFlow_2" name="" sourceRef="Task_1" targetRef="EndEvent_1" />
|
|
<bpmn:sequenceFlow id="SequenceFlow_1" name="blah" sourceRef="StartEvent_1" targetRef="Task_1" />
|
|
<bpmn:boundaryEvent id="BoundaryEvent_2" attachedToRef="Task_1">
|
|
<bpmn:timerEventDefinition />
|
|
</bpmn:boundaryEvent>
|
|
<bpmn:boundaryEvent id="BoundaryEvent_1" attachedToRef="Task_1">
|
|
<bpmn:messageEventDefinition />
|
|
</bpmn:boundaryEvent>
|
|
<bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1">
|
|
<bpmn:incoming>SequenceFlow_3</bpmn:incoming>
|
|
</bpmn:intermediateThrowEvent>
|
|
<bpmn:sequenceFlow id="SequenceFlow_3" sourceRef="Task_1" targetRef="IntermediateThrowEvent_1">
|
|
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">foo</bpmn:conditionExpression>
|
|
</bpmn:sequenceFlow>
|
|
</bpmn:subProcess>
|
|
<bpmn:textAnnotation id="TextAnnotation_1">
|
|
<bpmn:text>foo</bpmn:text>
|
|
</bpmn:textAnnotation>
|
|
<bpmn:association id="Association_1f53xbo" sourceRef="SubProcess_2" targetRef="TextAnnotation_1" />
|
|
</bpmn:subProcess>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
|
|
<bpmndi:BPMNShape id="SubProcess_1kd6ist_di" bpmnElement="SubProcess_1" isExpanded="true">
|
|
<dc:Bounds x="156" y="34" width="613" height="372" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="SubProcess_0gev7mx_di" bpmnElement="SubProcess_2" isExpanded="true">
|
|
<dc:Bounds x="215" y="118" width="461" height="259" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="235" y="198" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="241" y="149" width="24" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="EndEvent_0yejuvr_di" bpmnElement="EndEvent_1">
|
|
<dc:Bounds x="611" y="198" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="615" y="272" width="29" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Task_1fo63a7_di" bpmnElement="Task_1">
|
|
<dc:Bounds x="361" y="176" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_0y69l8f_di" bpmnElement="SequenceFlow_2">
|
|
<di:waypoint x="461" y="216" />
|
|
<di:waypoint x="611" y="216" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="421" y="166" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_1rtr33r_di" bpmnElement="SequenceFlow_1">
|
|
<di:waypoint x="271" y="216" />
|
|
<di:waypoint x="361" y="216" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="305" y="321" width="21" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="BoundaryEvent_1c94bi9_di" bpmnElement="BoundaryEvent_2">
|
|
<dc:Bounds x="443" y="238" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="348" y="274" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_0h1hhgg_di" bpmnElement="TextAnnotation_1">
|
|
<dc:Bounds x="632" y="58" width="100" height="30" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Association_1f53xbo_di" bpmnElement="Association_1f53xbo">
|
|
<di:waypoint x="663" y="118" />
|
|
<di:waypoint x="649" y="88" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="BoundaryEvent_1404oxd_di" bpmnElement="BoundaryEvent_1">
|
|
<dc:Bounds x="343" y="238" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="248" y="274" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="IntermediateThrowEvent_09kpyzx_di" bpmnElement="IntermediateThrowEvent_1">
|
|
<dc:Bounds x="526" y="287" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="431" y="323" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_07vo2r8_di" bpmnElement="SequenceFlow_3">
|
|
<di:waypoint x="411" y="256" />
|
|
<di:waypoint x="411" y="305" />
|
|
<di:waypoint x="526" y="305" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="381" y="250.5" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|