User: daniel.h.funk@gmail.com added process model file playground/dan/dans-first-progress-model/messages_test.bpmn

This commit is contained in:
sartography-automated-committer 2024-02-11 14:22:53 +00:00
parent 5d7df5e27b
commit 28329b268b
1 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,74 @@
<?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_1fz8tco">
<bpmn:participant id="Participant_0xxovdp" processRef="Process_tu1a632" />
<bpmn:correlationKey name="order">
<bpmn:correlationPropertyRef>order_number</bpmn:correlationPropertyRef>
</bpmn:correlationKey>
</bpmn:collaboration>
<bpmn:process id="Process_tu1a632" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_10u4cd8</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="Event_0ii3tvb">
<bpmn:incoming>Flow_0v8egqu</bpmn:incoming>
</bpmn:endEvent>
<bpmn:intermediateCatchEvent id="Event_1hwvt6c" messageRef="[object Object]">
<bpmn:incoming>Flow_1nplk5p</bpmn:incoming>
<bpmn:outgoing>Flow_0v8egqu</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1w29h92" messageRef="Message_0xwotkr" />
</bpmn:intermediateCatchEvent>
<bpmn:sendTask id="Activity_0rwe87c" name="Send Task" messageRef="Message_1rcstnh">
<bpmn:incoming>Flow_10u4cd8</bpmn:incoming>
<bpmn:outgoing>Flow_1nplk5p</bpmn:outgoing>
</bpmn:sendTask>
<bpmn:sequenceFlow id="Flow_10u4cd8" sourceRef="StartEvent_1" targetRef="Activity_0rwe87c" />
<bpmn:sequenceFlow id="Flow_0v8egqu" sourceRef="Event_1hwvt6c" targetRef="Event_0ii3tvb" />
<bpmn:sequenceFlow id="Flow_1nplk5p" sourceRef="Activity_0rwe87c" targetRef="Event_1hwvt6c" />
</bpmn:process>
<bpmn:message id="Message_1rcstnh" name="order_placed" />
<bpmn:correlationProperty id="order_number" name="order_number">
<bpmn:correlationPropertyRetrievalExpression messageRef="Message_1rcstnh">
<bpmn:formalExpression>"21"</bpmn:formalExpression>
</bpmn:correlationPropertyRetrievalExpression>
<bpmn:correlationPropertyRetrievalExpression messageRef="Message_0xwotkr">
<bpmn:formalExpression>order.id</bpmn:formalExpression>
</bpmn:correlationPropertyRetrievalExpression>
</bpmn:correlationProperty>
<bpmn:message id="Message_0xwotkr" name="order_complete">
<bpmn:extensionElements>
<spiffworkflow:messageVariable>order</spiffworkflow:messageVariable>
</bpmn:extensionElements>
</bpmn:message>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1fz8tco">
<bpmndi:BPMNShape id="Participant_0xxovdp_di" bpmnElement="Participant_0xxovdp" isHorizontal="true">
<dc:Bounds x="-240" y="0" width="438" height="150" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-188" y="52" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0ii3tvb_di" bpmnElement="Event_0ii3tvb">
<dc:Bounds x="142" y="52" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_06whykp_di" bpmnElement="Event_1hwvt6c">
<dc:Bounds x="52" y="52" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_04rngv3_di" bpmnElement="Activity_0rwe87c">
<dc:Bounds x="-100" y="30" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_10u4cd8_di" bpmnElement="Flow_10u4cd8">
<di:waypoint x="-152" y="70" />
<di:waypoint x="-100" y="70" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0v8egqu_di" bpmnElement="Flow_0v8egqu">
<di:waypoint x="88" y="70" />
<di:waypoint x="142" y="70" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1nplk5p_di" bpmnElement="Flow_1nplk5p">
<di:waypoint x="0" y="70" />
<di:waypoint x="52" y="70" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>