62 lines
3.5 KiB
Plaintext
Raw Normal View History

2024-07-15 10:51:00 -04:00
<?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" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Process_unit_test_receive_task_new_o4lv1rf" name="Unit Test Receive Task (New)" isExecutable="true">
<bpmn:startEvent id="Event_1r4ktb6">
<bpmn:outgoing>Flow_0q53ml6</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0q53ml6" sourceRef="Event_1r4ktb6" targetRef="Activity_0gjzkqi" />
<bpmn:endEvent id="Event_0a7oifj">
<bpmn:incoming>Flow_1w6h5yr</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1w6h5yr" sourceRef="Activity_0gjzkqi" targetRef="Event_0a7oifj" />
<bpmn:receiveTask id="Activity_0gjzkqi" name="Receive Task" messageRef="UnitTestMessage1" spiffworkflow:isMatchingCorrelation="true">
<bpmn:extensionElements>
<spiffworkflow:messageVariable>payloadVar</spiffworkflow:messageVariable>
<spiffworkflow:processVariableCorrelation>
<spiffworkflow:propertyId>UserName</spiffworkflow:propertyId>
<spiffworkflow:expression>"Joe"</spiffworkflow:expression>
</spiffworkflow:processVariableCorrelation>
<spiffworkflow:processVariableCorrelation>
<spiffworkflow:propertyId>Age</spiffworkflow:propertyId>
<spiffworkflow:expression>35</spiffworkflow:expression>
</spiffworkflow:processVariableCorrelation>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0q53ml6</bpmn:incoming>
<bpmn:outgoing>Flow_1w6h5yr</bpmn:outgoing>
</bpmn:receiveTask>
</bpmn:process>
<bpmn:message id="UnitTestMessage1" name="UnitTestMessage1" />
<bpmn:correlationProperty id="UserName" name="UserName">
<bpmn:correlationPropertyRetrievalExpression messageRef="UnitTestMessage1">
<bpmn:formalExpression>name</bpmn:formalExpression>
</bpmn:correlationPropertyRetrievalExpression>
</bpmn:correlationProperty>
<bpmn:correlationProperty id="Age" name="Age">
<bpmn:correlationPropertyRetrievalExpression messageRef="UnitTestMessage1">
<bpmn:formalExpression>age</bpmn:formalExpression>
</bpmn:correlationPropertyRetrievalExpression>
</bpmn:correlationProperty>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_unit_test_receive_task_new_o4lv1rf">
<bpmndi:BPMNShape id="Event_1r4ktb6_di" bpmnElement="Event_1r4ktb6">
<dc:Bounds x="-328" y="-138" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0a7oifj_di" bpmnElement="Event_0a7oifj">
<dc:Bounds x="-88" y="-138" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1m43djk_di" bpmnElement="Activity_0gjzkqi">
<dc:Bounds x="-240" y="-160" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0q53ml6_di" bpmnElement="Flow_0q53ml6">
<di:waypoint x="-292" y="-120" />
<di:waypoint x="-240" y="-120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1w6h5yr_di" bpmnElement="Flow_1w6h5yr">
<di:waypoint x="-140" y="-120" />
<di:waypoint x="-88" y="-120" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>