2024-07-15 10:51:00 -04:00

83 lines
3.9 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="Process_61t2nai" name="Data Input Data Output" isExecutable="true">
<bpmn:ioSpecification>
<bpmn:dataInput id="a" name="a" />
<bpmn:dataInput id="DataObject1" name="DataObject1" />
<bpmn:dataOutput id="out_var" name="out_var" />
<bpmn:dataOutput id="out_do" name="out_do" />
<bpmn:inputSet>
<bpmn:dataInputRefs>a</bpmn:dataInputRefs>
<bpmn:dataInputRefs>DataObject1</bpmn:dataInputRefs>
</bpmn:inputSet>
<bpmn:outputSet>
<bpmn:dataOutputRefs>out_var</bpmn:dataOutputRefs>
<bpmn:dataOutputRefs>out_do</bpmn:dataOutputRefs>
</bpmn:outputSet>
</bpmn:ioSpecification>
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_09hkd0k</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_09hkd0k" sourceRef="StartEvent_1" targetRef="Activity_02td1aj" />
<bpmn:endEvent id="Event_034r1cr">
<bpmn:incoming>Flow_1ify8am</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1ify8am" sourceRef="Activity_02td1aj" targetRef="Event_034r1cr" />
<bpmn:scriptTask id="Activity_02td1aj" name="Set out var">
<bpmn:incoming>Flow_09hkd0k</bpmn:incoming>
<bpmn:outgoing>Flow_1ify8am</bpmn:outgoing>
<bpmn:script>out_var = a
out_do = DataObject1
x = 1
y = 2
z = 3</bpmn:script>
</bpmn:scriptTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_61t2nai">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_034r1cr_di" bpmnElement="Event_034r1cr">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0f899s0_di" bpmnElement="Activity_02td1aj">
<dc:Bounds x="270" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataInput-840727991-1DI" bpmnElement="a">
<dc:Bounds x="82" y="15" width="36" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="97" y="72" width="7" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataInput-976240133-1DI" bpmnElement="DataObject1">
<dc:Bounds x="162" y="15" width="36" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="149" y="72" width="62" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataOutput-377783936-1DI" bpmnElement="out_var">
<dc:Bounds x="542" y="15" width="36" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="542" y="72" width="38" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataOutput-83425260-1DI" bpmnElement="out_do">
<dc:Bounds x="632" y="15" width="36" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="634" y="72" width="34" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_09hkd0k_di" bpmnElement="Flow_09hkd0k">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ify8am_di" bpmnElement="Flow_1ify8am">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>