Skip to content

Commit e2091f3

Browse files
committed
Ruby: added flow variables list updating
1 parent 0989bb3 commit e2091f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

RubyScript/rb/knime.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def self.[]=(name, val)
147147
else
148148
$node.pushFlowVariableString(name, val.to_s)
149149
end
150+
@vars = $node.getAvailableFlowVariables
150151
end
151152
end
152153

0 commit comments

Comments
 (0)