mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
85 lines
4.6 KiB
Plaintext
85 lines
4.6 KiB
Plaintext
|
<?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_0u8xvi6">
|
||
|
<bpmn:participant id="Participant_0kptgao" processRef="Process_mto0zln" />
|
||
|
<bpmn:correlationKey id="CorrelationKey_0pgbefd" name="MainCorrelationKey">
|
||
|
<bpmn:correlationPropertyRef>msgId</bpmn:correlationPropertyRef>
|
||
|
</bpmn:correlationKey>
|
||
|
</bpmn:collaboration>
|
||
|
<bpmn:process id="Process_mto0zln" isExecutable="true">
|
||
|
<bpmn:endEvent id="Event_0mr5mfg">
|
||
|
<bpmn:extensionElements>
|
||
|
<spiffworkflow:instructionsForEndUser>End Receive Task Unit Test. Received Message {{receivedMessage}}</spiffworkflow:instructionsForEndUser>
|
||
|
</bpmn:extensionElements>
|
||
|
<bpmn:incoming>Flow_1hcsxt6</bpmn:incoming>
|
||
|
</bpmn:endEvent>
|
||
|
<bpmn:sequenceFlow id="Flow_0fns3we" targetRef="Activity_1j9t45f" />
|
||
|
<bpmn:sequenceFlow id="Flow_1hcsxt6" sourceRef="Activity_1j9t45f" targetRef="Event_0mr5mfg" />
|
||
|
<bpmn:receiveTask id="Activity_1j9t45f" name="Receive Task" messageRef="test_message">
|
||
|
<bpmn:extensionElements>
|
||
|
<spiffworkflow:messageVariable>receivedMessage</spiffworkflow:messageVariable>
|
||
|
</bpmn:extensionElements>
|
||
|
<bpmn:incoming>Flow_0fns3we</bpmn:incoming>
|
||
|
<bpmn:incoming>Flow_1c4r9dw</bpmn:incoming>
|
||
|
<bpmn:outgoing>Flow_1hcsxt6</bpmn:outgoing>
|
||
|
</bpmn:receiveTask>
|
||
|
<bpmn:startEvent id="Event_124ro1m">
|
||
|
<bpmn:outgoing>Flow_1c4r9dw</bpmn:outgoing>
|
||
|
</bpmn:startEvent>
|
||
|
<bpmn:sequenceFlow id="Flow_1c4r9dw" sourceRef="Event_124ro1m" targetRef="Activity_1j9t45f" />
|
||
|
</bpmn:process>
|
||
|
<bpmn:correlationProperty id="msgId" name="msgId">
|
||
|
<bpmn:correlationPropertyRetrievalExpression messageRef="test_message">
|
||
|
<bpmn:formalExpression>msgId</bpmn:formalExpression>
|
||
|
</bpmn:correlationPropertyRetrievalExpression>
|
||
|
<bpmn:correlationPropertyRetrievalExpression messageRef="test_message">
|
||
|
<bpmn:formalExpression />
|
||
|
</bpmn:correlationPropertyRetrievalExpression>
|
||
|
<bpmn:correlationPropertyRetrievalExpression messageRef="test_message">
|
||
|
<bpmn:formalExpression />
|
||
|
</bpmn:correlationPropertyRetrievalExpression>
|
||
|
<bpmn:correlationPropertyRetrievalExpression messageRef="test_message">
|
||
|
<bpmn:formalExpression />
|
||
|
</bpmn:correlationPropertyRetrievalExpression>
|
||
|
<bpmn:correlationPropertyRetrievalExpression messageRef="test_message">
|
||
|
<bpmn:formalExpression />
|
||
|
</bpmn:correlationPropertyRetrievalExpression>
|
||
|
<bpmn:correlationPropertyRetrievalExpression messageRef="test_message">
|
||
|
<bpmn:formalExpression />
|
||
|
</bpmn:correlationPropertyRetrievalExpression>
|
||
|
<bpmn:correlationPropertyRetrievalExpression messageRef="test_message">
|
||
|
<bpmn:formalExpression />
|
||
|
</bpmn:correlationPropertyRetrievalExpression>
|
||
|
</bpmn:correlationProperty>
|
||
|
<bpmn:message id="test_message" name="test_message">
|
||
|
<bpmn:extensionElements>
|
||
|
<spiffworkflow:messageVariable>receivedMessage</spiffworkflow:messageVariable>
|
||
|
</bpmn:extensionElements>
|
||
|
</bpmn:message>
|
||
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0u8xvi6">
|
||
|
<bpmndi:BPMNShape id="Participant_0kptgao_di" bpmnElement="Participant_0kptgao" isHorizontal="true">
|
||
|
<dc:Bounds x="360" y="145" width="600" height="250" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Event_0mr5mfg_di" bpmnElement="Event_0mr5mfg">
|
||
|
<dc:Bounds x="762" y="252" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Activity_0wu47cx_di" bpmnElement="Activity_1j9t45f">
|
||
|
<dc:Bounds x="610" y="230" width="100" height="80" />
|
||
|
<bpmndi:BPMNLabel />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Event_124ro1m_di" bpmnElement="Event_124ro1m">
|
||
|
<dc:Bounds x="512" y="252" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNEdge id="Flow_1hcsxt6_di" bpmnElement="Flow_1hcsxt6">
|
||
|
<di:waypoint x="710" y="270" />
|
||
|
<di:waypoint x="762" y="270" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_1c4r9dw_di" bpmnElement="Flow_1c4r9dw">
|
||
|
<di:waypoint x="548" y="270" />
|
||
|
<di:waypoint x="610" y="270" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
</bpmndi:BPMNPlane>
|
||
|
</bpmndi:BPMNDiagram>
|
||
|
</bpmn:definitions>
|