bpmn-js-spiffworkflow/test/spec/bpmn/subprocess.bpmn

43 lines
2.4 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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_19j8hlu" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.0.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.17.0">
<bpmn:process id="Process_1636npq" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0bk9zgm</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0bk9zgm" sourceRef="StartEvent_1" targetRef="my_subprocess" />
<bpmn:subProcess id="my_subprocess" name="my_subprocess">
<bpmn:incoming>Flow_0bk9zgm</bpmn:incoming>
<bpmn:outgoing>Flow_1lzv56z</bpmn:outgoing>
<bpmn:startEvent id="Event_16nawbb" />
</bpmn:subProcess>
<bpmn:endEvent id="Event_139c1vo">
<bpmn:incoming>Flow_1lzv56z</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1lzv56z" sourceRef="my_subprocess" targetRef="Event_139c1vo" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1636npq">
<bpmndi:BPMNEdge id="Flow_0bk9zgm_di" bpmnElement="Flow_0bk9zgm">
<di:waypoint x="215" y="165" />
<di:waypoint x="310" y="165" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1lzv56z_di" bpmnElement="Flow_1lzv56z">
<di:waypoint x="640" y="165" />
<di:waypoint x="742" y="165" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="147" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_139c1vo_di" bpmnElement="Event_139c1vo">
<dc:Bounds x="742" y="147" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0w131va_di" bpmnElement="my_subprocess" isExpanded="true">
<dc:Bounds x="310" y="80" width="330" height="170" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_16nawbb_di" bpmnElement="Event_16nawbb">
<dc:Bounds x="331.6666666666667" y="152" width="36" height="36" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>