By default, flow variables that are created inside the component are only available inside the component, and flow variables that are created outside the component are only available outside the component.
To change this, you need to modify the Component Input and/or Output node. See the relevant section from the KNIME Components Guide
