We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0989bb3 commit e2091f3Copy full SHA for e2091f3
1 file changed
RubyScript/rb/knime.rb
@@ -147,6 +147,7 @@ def self.[]=(name, val)
147
else
148
$node.pushFlowVariableString(name, val.to_s)
149
end
150
+ @vars = $node.getAvailableFlowVariables
151
152
153
0 commit comments