# File lib/ruote/engine/process_status.rb, line 125 def all_tags all_variables.inject({}) do |h, (fei, vars)| vars.each { |k, v| (h[k] ||= []) << v if FlowExpressionId.is_a_fei?(v) } h end end