# File lib/ruote/workitem.rb, line 335 def param_or_field(key) key = key.to_s (@h['fields']['params'] || {})[key] || @h['fields'][key] end