sample-process-models/misc/test/TC-1.0/TC-1.0 - Send message from ...

42 lines
2.2 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: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:message id="Message_2" name="Message_2" />
<bpmn:process id="Process_1y60p54" isExecutable="true">
<bpmn:startEvent id="Event_0rx9jqy">
<bpmn:outgoing>Flow_1ii8x3u</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="Event_0gg8t15">
<bpmn:incoming>Flow_1yoilvw</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1ii8x3u" sourceRef="Event_0rx9jqy" targetRef="Activity_1pbhhee" />
<bpmn:sequenceFlow id="Flow_1yoilvw" sourceRef="Activity_1pbhhee" targetRef="Event_0gg8t15" />
<bpmn:scriptTask id="Activity_1pbhhee" name="Script">
<bpmn:incoming>Flow_1ii8x3u</bpmn:incoming>
<bpmn:outgoing>Flow_1yoilvw</bpmn:outgoing>
<bpmn:script>a = 5</bpmn:script>
</bpmn:scriptTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1y60p54">
<bpmndi:BPMNShape id="Event_0rx9jqy_di" bpmnElement="Event_0rx9jqy">
<dc:Bounds x="212" y="142" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0gg8t15_di" bpmnElement="Event_0gg8t15">
<dc:Bounds x="552" y="142" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0i2ie5m_di" bpmnElement="Activity_1pbhhee">
<dc:Bounds x="350" y="120" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1ii8x3u_di" bpmnElement="Flow_1ii8x3u">
<di:waypoint x="248" y="160" />
<di:waypoint x="350" y="160" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1yoilvw_di" bpmnElement="Flow_1yoilvw">
<di:waypoint x="450" y="160" />
<di:waypoint x="552" y="160" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>