# File lib/ruote/engine.rb, line 214 def errors (wfid=nil) wfid.nil? ? @context.storage.get_many('errors') : @context.storage.get_many('errors', /!#{wfid}$/) end