|
| 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:message id="A" name="A" /> |
| 4 | + <bpmn:correlationProperty id="uid" name="uid"> |
| 5 | + <bpmn:correlationPropertyRetrievalExpression messageRef="B"> |
| 6 | + <bpmn:formalExpression>uid</bpmn:formalExpression> |
| 7 | + </bpmn:correlationPropertyRetrievalExpression> |
| 8 | + </bpmn:correlationProperty> |
| 9 | + <bpmn:collaboration id="Collaboration_0v09bq0"> |
| 10 | + <bpmn:participant id="Participant_0t9mpe3" processRef="main" /> |
| 11 | + <bpmn:correlationKey id="CorrelationKey_0sbzdpi" name="MainCorrelationKey"> |
| 12 | + <bpmn:correlationPropertyRef>uid</bpmn:correlationPropertyRef> |
| 13 | + </bpmn:correlationKey> |
| 14 | + </bpmn:collaboration> |
| 15 | + <bpmn:process id="main" isExecutable="true"> |
| 16 | + <bpmn:startEvent id="StartEvent_1"> |
| 17 | + <bpmn:outgoing>Flow_0dv9as9</bpmn:outgoing> |
| 18 | + </bpmn:startEvent> |
| 19 | + <bpmn:endEvent id="EndEvent_1"> |
| 20 | + <bpmn:incoming>Flow_1rr1vsn</bpmn:incoming> |
| 21 | + </bpmn:endEvent> |
| 22 | + <bpmn:subProcess id="Activity_0ifb3pp" name="My sub process"> |
| 23 | + <bpmn:incoming>Flow_0dv9as9</bpmn:incoming> |
| 24 | + <bpmn:outgoing>Flow_1rr1vsn</bpmn:outgoing> |
| 25 | + <bpmn:receiveTask id="Activity_0qpzdpu" name="Example manual task" messageRef="B" spiffworkflow:isMatchingCorrelation="true"> |
| 26 | + <bpmn:extensionElements> |
| 27 | + <spiffworkflow:messageVariable>a_var</spiffworkflow:messageVariable> |
| 28 | + <spiffworkflow:processVariableCorrelation> |
| 29 | + <spiffworkflow:propertyId>uid</spiffworkflow:propertyId> |
| 30 | + <spiffworkflow:expression>1</spiffworkflow:expression> |
| 31 | + </spiffworkflow:processVariableCorrelation> |
| 32 | + </bpmn:extensionElements> |
| 33 | + <bpmn:incoming>Flow_0tla9tb</bpmn:incoming> |
| 34 | + <bpmn:outgoing>Flow_08rb5on</bpmn:outgoing> |
| 35 | + </bpmn:receiveTask> |
| 36 | + <bpmn:startEvent id="Event_0jbdkgd"> |
| 37 | + <bpmn:outgoing>Flow_0tla9tb</bpmn:outgoing> |
| 38 | + </bpmn:startEvent> |
| 39 | + <bpmn:endEvent id="Event_11tb5c8"> |
| 40 | + <bpmn:incoming>Flow_08rb5on</bpmn:incoming> |
| 41 | + </bpmn:endEvent> |
| 42 | + <bpmn:sequenceFlow id="Flow_0tla9tb" sourceRef="Event_0jbdkgd" targetRef="Activity_0qpzdpu" /> |
| 43 | + <bpmn:sequenceFlow id="Flow_08rb5on" sourceRef="Activity_0qpzdpu" targetRef="Event_11tb5c8" /> |
| 44 | + </bpmn:subProcess> |
| 45 | + <bpmn:sequenceFlow id="Flow_0dv9as9" sourceRef="StartEvent_1" targetRef="Activity_0ifb3pp" /> |
| 46 | + <bpmn:sequenceFlow id="Flow_1rr1vsn" sourceRef="Activity_0ifb3pp" targetRef="EndEvent_1" /> |
| 47 | + </bpmn:process> |
| 48 | + <bpmn:message id="B" name="B" /> |
| 49 | + <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 50 | + <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0v09bq0"> |
| 51 | + <bpmndi:BPMNShape id="Participant_0t9mpe3_di" bpmnElement="Participant_0t9mpe3" isHorizontal="true"> |
| 52 | + <dc:Bounds x="560" y="220" width="370" height="140" /> |
| 53 | + </bpmndi:BPMNShape> |
| 54 | + <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> |
| 55 | + <dc:Bounds x="619" y="269" width="36" height="36" /> |
| 56 | + </bpmndi:BPMNShape> |
| 57 | + <bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1"> |
| 58 | + <dc:Bounds x="872" y="269" width="36" height="36" /> |
| 59 | + </bpmndi:BPMNShape> |
| 60 | + <bpmndi:BPMNShape id="Activity_1vcs9l0_di" bpmnElement="Activity_0ifb3pp" isExpanded="false"> |
| 61 | + <dc:Bounds x="710" y="247" width="100" height="80" /> |
| 62 | + <bpmndi:BPMNLabel /> |
| 63 | + </bpmndi:BPMNShape> |
| 64 | + <bpmndi:BPMNEdge id="Flow_0dv9as9_di" bpmnElement="Flow_0dv9as9"> |
| 65 | + <di:waypoint x="655" y="287" /> |
| 66 | + <di:waypoint x="710" y="287" /> |
| 67 | + </bpmndi:BPMNEdge> |
| 68 | + <bpmndi:BPMNEdge id="Flow_1rr1vsn_di" bpmnElement="Flow_1rr1vsn"> |
| 69 | + <di:waypoint x="810" y="287" /> |
| 70 | + <di:waypoint x="872" y="287" /> |
| 71 | + </bpmndi:BPMNEdge> |
| 72 | + </bpmndi:BPMNPlane> |
| 73 | + </bpmndi:BPMNDiagram> |
| 74 | + <bpmndi:BPMNDiagram id="BPMNDiagram_0qke028"> |
| 75 | + <bpmndi:BPMNPlane id="BPMNPlane_1k2fhlz" bpmnElement="Activity_0ifb3pp"> |
| 76 | + <bpmndi:BPMNShape id="Activity_0a83z9o_di" bpmnElement="Activity_0qpzdpu"> |
| 77 | + <dc:Bounds x="270" y="170" width="100" height="80" /> |
| 78 | + </bpmndi:BPMNShape> |
| 79 | + <bpmndi:BPMNShape id="Event_0jbdkgd_di" bpmnElement="Event_0jbdkgd"> |
| 80 | + <dc:Bounds x="172" y="192" width="36" height="36" /> |
| 81 | + </bpmndi:BPMNShape> |
| 82 | + <bpmndi:BPMNShape id="Event_11tb5c8_di" bpmnElement="Event_11tb5c8"> |
| 83 | + <dc:Bounds x="422" y="192" width="36" height="36" /> |
| 84 | + </bpmndi:BPMNShape> |
| 85 | + <bpmndi:BPMNEdge id="Flow_0tla9tb_di" bpmnElement="Flow_0tla9tb"> |
| 86 | + <di:waypoint x="208" y="210" /> |
| 87 | + <di:waypoint x="270" y="210" /> |
| 88 | + </bpmndi:BPMNEdge> |
| 89 | + <bpmndi:BPMNEdge id="Flow_08rb5on_di" bpmnElement="Flow_08rb5on"> |
| 90 | + <di:waypoint x="370" y="210" /> |
| 91 | + <di:waypoint x="422" y="210" /> |
| 92 | + </bpmndi:BPMNEdge> |
| 93 | + </bpmndi:BPMNPlane> |
| 94 | + </bpmndi:BPMNDiagram> |
| 95 | +</bpmn:definitions> |
0 commit comments