# File lib/ruote/part/storage_participant.rb, line 492
    def wis(workitems_or_count)

      workitems_or_count.is_a?(Array) ?
        workitems_or_count.collect { |wi| Ruote::Workitem.new(wi) } :
        workitems_or_count
    end