# File lib/ruote/log/default_history.rb, line 78
    def wfids

      @history.collect { |msg|
        msg['wfid'] || (msg['fei']['wfid'] rescue nil)
      }.compact.uniq.sort
    end