mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +00:00
64 lines
3.5 KiB
XML
64 lines
3.5 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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" 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_1huolfe">
|
|
<bpmn:participant id="Participant_1m0cjw8" name="Message Receiver" processRef="Process_tf49nt7" />
|
|
<bpmn:participant id="Participant_0yn1po3" name="Message Sender" />
|
|
<bpmn:messageFlow id="Flow_0x48jhc" sourceRef="Participant_0yn1po3" targetRef="Activity_0wnjfmb" />
|
|
<bpmn:correlationKey name="CorrelationKey_1" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_tf49nt7" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_179pclg</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_179pclg" sourceRef="StartEvent_1" targetRef="Activity_0wnjfmb" />
|
|
<bpmn:receiveTask id="Activity_0wnjfmb" name="Receive Message" messageRef="Message_1eukdgf">
|
|
<bpmn:incoming>Flow_179pclg</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1r4xgfu</bpmn:outgoing>
|
|
</bpmn:receiveTask>
|
|
<bpmn:endEvent id="Event_0wy21e3">
|
|
<bpmn:incoming>Flow_1r4xgfu</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1r4xgfu" sourceRef="Activity_0wnjfmb" targetRef="Event_0wy21e3" />
|
|
</bpmn:process>
|
|
<bpmn:message id="Message_1eukdgf" name="Message_1eukdgf">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:messageVariable>my_variable_name</spiffworkflow:messageVariable>
|
|
</bpmn:extensionElements>
|
|
</bpmn:message>
|
|
<bpmn:correlationProperty id="CorrelationProperty_16" name="CorrelationProperty_16" />
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1huolfe">
|
|
<bpmndi:BPMNShape id="Participant_1m0cjw8_di" bpmnElement="Participant_1m0cjw8" isHorizontal="true">
|
|
<dc:Bounds x="129" y="52" width="600" height="250" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="179" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0smhcyt_di" bpmnElement="Activity_0wnjfmb">
|
|
<dc:Bounds x="270" y="137" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0wy21e3_di" bpmnElement="Event_0wy21e3">
|
|
<dc:Bounds x="432" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_179pclg_di" bpmnElement="Flow_179pclg">
|
|
<di:waypoint x="215" y="177" />
|
|
<di:waypoint x="270" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1r4xgfu_di" bpmnElement="Flow_1r4xgfu">
|
|
<di:waypoint x="370" y="177" />
|
|
<di:waypoint x="432" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="Participant_0ontbj1_di" bpmnElement="Participant_0yn1po3" isHorizontal="true">
|
|
<dc:Bounds x="129" y="-80" width="600" height="60" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0x48jhc_di" bpmnElement="Flow_0x48jhc">
|
|
<di:waypoint x="320" y="-20" />
|
|
<di:waypoint x="320" y="137" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|