# File lib/ruote/fei.rb, line 68
    def initialize(h)

      @h = h
      class << h; include Ruote::HashDot; end

      sub_wfid = @h.delete('sub_wfid')
      @h['subid'] ||= sub_wfid
        #
        # TODO : for 2.2.2, remove those two lines
    end