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