# File lib/ruote/engine.rb, line 173
    def process (wfid)

      exps = @context.storage.get_many('expressions', /!#{wfid}$/)
      errs = self.errors( wfid )

      return nil if exps.empty? && errs.empty?

      ProcessStatus.new(@context, exps, errs)
    end