mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 23:28:18 +00:00
91 lines
4.7 KiB
XML
91 lines
4.7 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_0yx63ys">
|
|
<bpmn:participant id="Participant_0ni2iio" name="Customer" processRef="Process_4mle4nj" />
|
|
<bpmn:participant id="Participant_1veavzy" name="Bank" processRef="Process_1t6ddlq" />
|
|
<bpmn:messageFlow id="Flow_0jeq5nb" sourceRef="Activity_0au6l01" targetRef="Event_14gjqu5" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_4mle4nj" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_1f2m84b</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_1f2m84b" sourceRef="StartEvent_1" targetRef="Activity_0au6l01" />
|
|
<bpmn:task id="Activity_0au6l01" name="Customer Task">
|
|
<bpmn:incoming>Flow_1f2m84b</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1cmywo0</bpmn:outgoing>
|
|
</bpmn:task>
|
|
<bpmn:endEvent id="Event_1fi6yrf">
|
|
<bpmn:incoming>Flow_1cmywo0</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1cmywo0" sourceRef="Activity_0au6l01" targetRef="Event_1fi6yrf" />
|
|
</bpmn:process>
|
|
<bpmn:process id="Process_1t6ddlq">
|
|
<bpmn:startEvent id="Event_14gjqu5" messageRef="[object Object]">
|
|
<bpmn:outgoing>Flow_0acwet3</bpmn:outgoing>
|
|
<bpmn:messageEventDefinition id="MessageEventDefinition_0kc4f0k" messageRef="Message_083zktp" />
|
|
</bpmn:startEvent>
|
|
<bpmn:task id="Activity_1srxqyg" name="Request processing">
|
|
<bpmn:incoming>Flow_0acwet3</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_12s5j4h</bpmn:outgoing>
|
|
</bpmn:task>
|
|
<bpmn:sequenceFlow id="Flow_0acwet3" sourceRef="Event_14gjqu5" targetRef="Activity_1srxqyg" />
|
|
<bpmn:endEvent id="Event_1tpvu1c">
|
|
<bpmn:incoming>Flow_12s5j4h</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_12s5j4h" sourceRef="Activity_1srxqyg" targetRef="Event_1tpvu1c" />
|
|
</bpmn:process>
|
|
<bpmn:message id="Message_083zktp" name="message_test" />
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0yx63ys">
|
|
<bpmndi:BPMNShape id="Participant_0ni2iio_di" bpmnElement="Participant_0ni2iio" isHorizontal="true">
|
|
<dc:Bounds x="-365" y="-35" width="600" height="250" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-268" y="72" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0au6l01_di" bpmnElement="Activity_0au6l01">
|
|
<dc:Bounds x="-170" y="50" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1fi6yrf_di" bpmnElement="Event_1fi6yrf">
|
|
<dc:Bounds x="12" y="72" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1f2m84b_di" bpmnElement="Flow_1f2m84b">
|
|
<di:waypoint x="-232" y="90" />
|
|
<di:waypoint x="-170" y="90" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1cmywo0_di" bpmnElement="Flow_1cmywo0">
|
|
<di:waypoint x="-70" y="90" />
|
|
<di:waypoint x="12" y="90" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="Participant_1veavzy_di" bpmnElement="Participant_1veavzy" isHorizontal="true">
|
|
<dc:Bounds x="-365" y="220" width="600" height="250" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0gpdol6_di" bpmnElement="Event_14gjqu5">
|
|
<dc:Bounds x="-138" y="322" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1srxqyg_di" bpmnElement="Activity_1srxqyg">
|
|
<dc:Bounds x="-60" y="300" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1tpvu1c_di" bpmnElement="Event_1tpvu1c">
|
|
<dc:Bounds x="122" y="322" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0acwet3_di" bpmnElement="Flow_0acwet3">
|
|
<di:waypoint x="-102" y="340" />
|
|
<di:waypoint x="-60" y="340" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_12s5j4h_di" bpmnElement="Flow_12s5j4h">
|
|
<di:waypoint x="40" y="340" />
|
|
<di:waypoint x="122" y="340" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0jeq5nb_di" bpmnElement="Flow_0jeq5nb">
|
|
<di:waypoint x="-120" y="130" />
|
|
<di:waypoint x="-120" y="322" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|