# File lib/ruote/part/storage_participant.rb, line 170 def by_wfid (wfid) @context.storage.get_many('workitems', /!#{wfid}$/).map { |hwi| Ruote::Workitem.new(hwi) } end