# File lib/ruote/dboard/process_status.rb, line 197
    def wfid

      l = [ @expressions, @errors, @stored_workitems ].find { |l| l.any? }

      l ? l.first.fei.wfid : nil
    end