mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 23:38:16 +00:00
70 lines
3.6 KiB
XML
70 lines
3.6 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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:collaboration id="Collaboration_0v6qkrt">
|
|
<bpmn:participant id="Participant_1hu53es" name="First" processRef="Process_eguncav" />
|
|
<bpmn:participant id="Participant_1qf97z5" name="second" processRef="Process_0a0ptw4" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_eguncav" name="first process" isExecutable="true">
|
|
<bpmn:startEvent id="Event_0ypg1qo">
|
|
<bpmn:outgoing>Flow_024cj1j</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_024cj1j" sourceRef="Event_0ypg1qo" targetRef="Activity_1272ejm" />
|
|
<bpmn:endEvent id="Event_1qk2ft9">
|
|
<bpmn:incoming>Flow_16i6pgf</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:task id="Activity_1272ejm">
|
|
<bpmn:incoming>Flow_024cj1j</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_16i6pgf</bpmn:outgoing>
|
|
</bpmn:task>
|
|
<bpmn:sequenceFlow id="Flow_16i6pgf" sourceRef="Activity_1272ejm" targetRef="Event_1qk2ft9" />
|
|
</bpmn:process>
|
|
<bpmn:process id="Process_0a0ptw4" name="second process">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_0z13tgx</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:endEvent id="Event_01t0wwr">
|
|
<bpmn:incoming>Flow_0z13tgx</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_0z13tgx" sourceRef="StartEvent_1" targetRef="Event_01t0wwr" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0v6qkrt">
|
|
<bpmndi:BPMNShape id="Participant_1hu53es_di" bpmnElement="Participant_1hu53es" isHorizontal="true">
|
|
<dc:Bounds x="-365" y="-35" width="600" height="250" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0ypg1qo_di" bpmnElement="Event_0ypg1qo">
|
|
<dc:Bounds x="-308" y="62" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1qk2ft9_di" bpmnElement="Event_1qk2ft9">
|
|
<dc:Bounds x="102" y="62" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1272ejm_di" bpmnElement="Activity_1272ejm">
|
|
<dc:Bounds x="-150" y="40" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_024cj1j_di" bpmnElement="Flow_024cj1j">
|
|
<di:waypoint x="-272" y="80" />
|
|
<di:waypoint x="-150" y="80" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_16i6pgf_di" bpmnElement="Flow_16i6pgf">
|
|
<di:waypoint x="-50" y="80" />
|
|
<di:waypoint x="102" y="80" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="Participant_1qf97z5_di" bpmnElement="Participant_1qf97z5" isHorizontal="true">
|
|
<dc:Bounds x="-365" y="220" width="600" height="250" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-298" y="312" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_01t0wwr_di" bpmnElement="Event_01t0wwr">
|
|
<dc:Bounds x="92" y="312" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0z13tgx_di" bpmnElement="Flow_0z13tgx">
|
|
<di:waypoint x="-262" y="330" />
|
|
<di:waypoint x="92" y="330" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|