# File lib/ruote/dboard/process_status.rb, line 161
    def all_tags

      all_variables.remap do |(fei, vars), h|
        vars.each { |k, v| (h[k] ||= []) << v if Ruote.is_a_fei?(v) }
      end
    end