mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-06 06:03:56 +00:00
b43cff1ec2
Closes #556, #555
44 lines
2.5 KiB
XML
44 lines
2.5 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" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.2.0-dev">
|
|
<bpmn:process id="Process_1" isExecutable="false">
|
|
<bpmn:subProcess id="Sub_non_interrupt" />
|
|
<bpmn:subProcess id="Sub_event_subprocess" triggeredByEvent="true" />
|
|
<bpmn:boundaryEvent id="BoundaryEvent_1ttq5yj" cancelActivity="false" attachedToRef="Sub_non_interrupt">
|
|
<bpmn:messageEventDefinition />
|
|
</bpmn:boundaryEvent>
|
|
<bpmn:subProcess id="Sub_interrupt" />
|
|
<bpmn:boundaryEvent id="BoundaryEvent_0w2tz4k" attachedToRef="Sub_interrupt">
|
|
<bpmn:timerEventDefinition />
|
|
</bpmn:boundaryEvent>
|
|
<bpmn:transaction id="Sub_transaction" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
|
|
<bpmndi:BPMNShape id="SubProcess_1pvi3qq_di" bpmnElement="Sub_non_interrupt" isExpanded="true">
|
|
<dc:Bounds x="111" y="40" width="140" height="120" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="SubProcess_0k446tj_di" bpmnElement="Sub_event_subprocess" isExpanded="true">
|
|
<dc:Bounds x="329" y="40" width="140" height="120" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="BoundaryEvent_1a6busd_di" bpmnElement="BoundaryEvent_1ttq5yj">
|
|
<dc:Bounds x="119" y="142" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="92" y="178" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="SubProcess_0pj87vw_di" bpmnElement="Sub_interrupt" isExpanded="true">
|
|
<dc:Bounds x="111" y="207" width="140" height="120" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="BoundaryEvent_1aqt6gt_di" bpmnElement="BoundaryEvent_0w2tz4k">
|
|
<dc:Bounds x="124" y="309" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="97" y="345" width="90" height="20" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Transaction_1so7kki_di" bpmnElement="Sub_transaction" isExpanded="true">
|
|
<dc:Bounds x="329" y="207" width="140" height="120" />
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|