51 lines
2.8 KiB
XML

<?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_1736poh" messages="[object Object],[object Object],[object Object]">
<bpmn:participant id="Participant_0b5ecde" processRef="Process_kecsvb8" />
<bpmn:correlationKey name="CorrelationKey_test-send-message" />
</bpmn:collaboration>
<bpmn:process id="Process_kecsvb8" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0aw9yxt</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0aw9yxt" sourceRef="StartEvent_1" targetRef="Activity_0oqr78q" />
<bpmn:sendTask id="Activity_0oqr78q" messageRef="Message_07zt9zk">
<bpmn:incoming>Flow_0aw9yxt</bpmn:incoming>
<bpmn:outgoing>Flow_1o2kqnc</bpmn:outgoing>
</bpmn:sendTask>
<bpmn:endEvent id="Event_0wda4fy">
<bpmn:incoming>Flow_1o2kqnc</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1o2kqnc" sourceRef="Activity_0oqr78q" targetRef="Event_0wda4fy" />
</bpmn:process>
<bpmn:message id="Message_07zt9zk" name="Message_one">
<bpmn:extensionElements>
<spiffworkflow:messagePayload>{ "a" : 1}</spiffworkflow:messagePayload>
</bpmn:extensionElements>
</bpmn:message>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1736poh">
<bpmndi:BPMNShape id="Participant_0b5ecde_di" bpmnElement="Participant_0b5ecde" isHorizontal="true">
<dc:Bounds x="-210" y="-40" width="600" height="250" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-138" y="52" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_025dtkq_di" bpmnElement="Activity_0oqr78q">
<dc:Bounds x="-50" y="30" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0wda4fy_di" bpmnElement="Event_0wda4fy">
<dc:Bounds x="102" y="52" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0aw9yxt_di" bpmnElement="Flow_0aw9yxt">
<di:waypoint x="-102" y="70" />
<di:waypoint x="-50" y="70" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1o2kqnc_di" bpmnElement="Flow_1o2kqnc">
<di:waypoint x="50" y="70" />
<di:waypoint x="102" y="70" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>