mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 23:28:18 +00:00
15 lines
942 B
XML
15 lines
942 B
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_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:collaboration id="Collaboration_1bwilxd">
|
|
<bpmn:participant id="Participant_04rkdnu" processRef="Process_1isfj9p" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_1isfj9p" name="Outer process" />
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1bwilxd">
|
|
<bpmndi:BPMNShape id="Participant_04rkdnu_di" bpmnElement="Participant_04rkdnu" isHorizontal="true">
|
|
<dc:Bounds x="410" y="240" width="600" height="250" />
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|