# File lib/ruote/fei.rb, line 135
    def self.is_a_fei? (h)

      h.respond_to?(:keys) &&
      (h.keys - [ 'sub_wfid' ]).sort == %w[ engine_id expid wfid ]
    end