88 lines
4.1 KiB
Plaintext
Raw Normal View History

2024-07-15 10:40:05 -04:00
<?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="c" name="c" />
<bpmn:dataOutput id="out_var" name="out_var" />
<bpmn:dataOutput id="out_var2" name="out_var2" />
<bpmn:inputSet>
<bpmn:dataInputRefs>c</bpmn:dataInputRefs>
</bpmn:inputSet>
<bpmn:outputSet>
<bpmn:dataOutputRefs>out_var</bpmn:dataOutputRefs>
<bpmn:dataOutputRefs>out_var2</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_085cxzd" />
<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_1gmhpzp</bpmn:incoming>
<bpmn:outgoing>Flow_1ify8am</bpmn:outgoing>
<bpmn:script>out_var = c
out_var2 = "Hello"
x = 1
y = 2
z = 3</bpmn:script>
</bpmn:scriptTask>
<bpmn:sequenceFlow id="Flow_1gmhpzp" sourceRef="Activity_085cxzd" targetRef="Activity_02td1aj" />
<bpmn:manualTask id="Activity_085cxzd" name="Manual">
<bpmn:incoming>Flow_09hkd0k</bpmn:incoming>
<bpmn:outgoing>Flow_1gmhpzp</bpmn:outgoing>
</bpmn:manualTask>
</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="52" 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="Activity_0v5e7wu_di" bpmnElement="Activity_085cxzd">
<dc:Bounds x="110" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataInput-840727991-1DI" bpmnElement="c">
<dc:Bounds x="82" y="15" width="36" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="98" y="72" width="6" 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-191437675-1DI" bpmnElement="out_var2">
<dc:Bounds x="702" y="15" width="36" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="699" y="72" width="43" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_09hkd0k_di" bpmnElement="Flow_09hkd0k">
<di:waypoint x="88" y="177" />
<di:waypoint x="110" 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:BPMNEdge id="Flow_1gmhpzp_di" bpmnElement="Flow_1gmhpzp">
<di:waypoint x="210" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>