|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<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"> |
| 3 | + <bpmn:process id="main" isExecutable="true"> |
| 4 | + <bpmn:startEvent id="StartEvent_1"> |
| 5 | + <bpmn:outgoing>Flow_17db3yp</bpmn:outgoing> |
| 6 | + </bpmn:startEvent> |
| 7 | + <bpmn:sequenceFlow id="Flow_17db3yp" sourceRef="StartEvent_1" targetRef="Activity_0qpzdpu" /> |
| 8 | + <bpmn:endEvent id="EndEvent_1"> |
| 9 | + <bpmn:incoming>Flow_12pkbxb</bpmn:incoming> |
| 10 | + </bpmn:endEvent> |
| 11 | + <bpmn:sequenceFlow id="Flow_12pkbxb" sourceRef="Activity_0qpzdpu" targetRef="EndEvent_1" /> |
| 12 | + <bpmn:receiveTask id="Activity_0qpzdpu" name="Example manual task" messageRef="B" spiffworkflow:isMatchingCorrelation="true"> |
| 13 | + <bpmn:extensionElements> |
| 14 | + <spiffworkflow:messageVariable>a_var</spiffworkflow:messageVariable> |
| 15 | + <spiffworkflow:processVariableCorrelation> |
| 16 | + <spiffworkflow:propertyId>uid</spiffworkflow:propertyId> |
| 17 | + <spiffworkflow:expression>1</spiffworkflow:expression> |
| 18 | + </spiffworkflow:processVariableCorrelation> |
| 19 | + </bpmn:extensionElements> |
| 20 | + <bpmn:incoming>Flow_17db3yp</bpmn:incoming> |
| 21 | + <bpmn:outgoing>Flow_12pkbxb</bpmn:outgoing> |
| 22 | + </bpmn:receiveTask> |
| 23 | + </bpmn:process> |
| 24 | + <bpmn:message id="B" name="B" /> |
| 25 | + <bpmn:correlationProperty id="uid" name="uid"> |
| 26 | + <bpmn:correlationPropertyRetrievalExpression messageRef="B"> |
| 27 | + <bpmn:formalExpression>uid</bpmn:formalExpression> |
| 28 | + </bpmn:correlationPropertyRetrievalExpression> |
| 29 | + </bpmn:correlationProperty> |
| 30 | + <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 31 | + <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_from_local_tests_nmkz3hh"> |
| 32 | + <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> |
| 33 | + <dc:Bounds x="179" y="159" width="36" height="36" /> |
| 34 | + </bpmndi:BPMNShape> |
| 35 | + <bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1"> |
| 36 | + <dc:Bounds x="432" y="159" width="36" height="36" /> |
| 37 | + </bpmndi:BPMNShape> |
| 38 | + <bpmndi:BPMNShape id="Activity_0a83z9o_di" bpmnElement="Activity_0qpzdpu"> |
| 39 | + <dc:Bounds x="270" y="137" width="100" height="80" /> |
| 40 | + </bpmndi:BPMNShape> |
| 41 | + <bpmndi:BPMNEdge id="Flow_17db3yp_di" bpmnElement="Flow_17db3yp"> |
| 42 | + <di:waypoint x="215" y="177" /> |
| 43 | + <di:waypoint x="270" y="177" /> |
| 44 | + </bpmndi:BPMNEdge> |
| 45 | + <bpmndi:BPMNEdge id="Flow_12pkbxb_di" bpmnElement="Flow_12pkbxb"> |
| 46 | + <di:waypoint x="370" y="177" /> |
| 47 | + <di:waypoint x="432" y="177" /> |
| 48 | + </bpmndi:BPMNEdge> |
| 49 | + </bpmndi:BPMNPlane> |
| 50 | + </bpmndi:BPMNDiagram> |
| 51 | +</bpmn:definitions> |
0 commit comments