63 lines
3.1 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:process id="Data_In_Out_Process1" isExecutable="true">
<bpmn:ioSpecification>
<bpmn:dataInput id="DataIn" />
<bpmn:dataOutput id="DataOut" />
<bpmn:dataOutput id="DataOuta" />
<bpmn:inputSet>
<bpmn:dataInputRefs>DataIn</bpmn:dataInputRefs>
</bpmn:inputSet>
<bpmn:outputSet>
<bpmn:dataOutputRefs>DataOut</bpmn:dataOutputRefs>
<bpmn:dataOutputRefs>DataOuta</bpmn:dataOutputRefs>
</bpmn:outputSet>
</bpmn:ioSpecification>
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1sws7mn</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1sws7mn" sourceRef="StartEvent_1" targetRef="Activity_0rxkf9a" />
<bpmn:scriptTask id="Activity_0rxkf9a" name="Set Variable">
<bpmn:incoming>Flow_1sws7mn</bpmn:incoming>
<bpmn:outgoing>Flow_0h6xa7a</bpmn:outgoing>
<bpmn:script>DataOut = DataIn
DataOuta = "New"</bpmn:script>
</bpmn:scriptTask>
<bpmn:endEvent id="Event_1j718up">
<bpmn:incoming>Flow_0h6xa7a</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0h6xa7a" sourceRef="Activity_0rxkf9a" targetRef="Event_1j718up" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Data_In_Out_Process1">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-208" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0yat2vy_di" bpmnElement="Activity_0rxkf9a">
<dc:Bounds x="-120" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1j718up_di" bpmnElement="Event_1j718up">
<dc:Bounds x="32" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataInput-189205061-1DI" bpmnElement="DataIn">
<dc:Bounds x="-218" y="55" width="36" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataOutput-892653171-1DI" bpmnElement="DataOut">
<dc:Bounds x="12" y="55" width="36" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataOutput-306210828-1DI" bpmnElement="DataOuta">
<dc:Bounds x="112" y="55" width="36" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1sws7mn_di" bpmnElement="Flow_1sws7mn">
<di:waypoint x="-172" y="177" />
<di:waypoint x="-120" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0h6xa7a_di" bpmnElement="Flow_0h6xa7a">
<di:waypoint x="-20" y="177" />
<di:waypoint x="32" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>