# File lib/ruote/log/storage_history.rb, line 64
    def wfids

      wfids = @context.storage.ids('history').collect { |id|
        id.split('!').last
      }.uniq.sort

      wfids.delete('no_wfid')

      wfids
    end