mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-18 04:51:10 +00:00
ddc10154c9
closes #1536
39 lines
2.0 KiB
XML
39 lines
2.0 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" id="Definitions_007va6i" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.2.0-dev">
|
|
<bpmn:process id="Process_1giw3j5" isExecutable="true">
|
|
<bpmn:task id="Task_1" />
|
|
<bpmn:subProcess id="SubProcess_1" />
|
|
<bpmn:subProcess id="SubProcess_2" name="Collapsed Nested">
|
|
<bpmn:subProcess id="Activity_0xa1lp6">
|
|
<bpmn:task id="nested_task" />
|
|
</bpmn:subProcess>
|
|
</bpmn:subProcess>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1giw3j5">
|
|
<bpmndi:BPMNShape id="Task_07xra8r_di" bpmnElement="Task_1">
|
|
<dc:Bounds x="156" y="81" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="SubProcess_01nq2r1_di" bpmnElement="SubProcess_1" isExpanded="true">
|
|
<dc:Bounds x="160" y="280" width="350" height="200" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1t6m7ms_di" bpmnElement="SubProcess_2">
|
|
<dc:Bounds x="310" y="81" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1pythet">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_0bbk4a7" bpmnElement="SubProcess_2">
|
|
<bpmndi:BPMNShape id="Activity_0dirtvd_di" bpmnElement="Activity_0xa1lp6">
|
|
<dc:Bounds x="150" y="120" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_0rferxm">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_0nr9ud3" bpmnElement="Activity_0xa1lp6">
|
|
<bpmndi:BPMNShape id="nested_task_di" bpmnElement="nested_task">
|
|
<dc:Bounds x="140" y="110" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions> |