# File lib/ruote/exp/fe_concurrent_iterator.rb, line 286
    def workitem_index(workitem)

      if %w[ highest lowest ].include?(h.cmerge)
        nil
      elsif m = workitem['fei']['subid'].match(/k(\d)+$/)
        m[1].to_i
      else
        nil
      end
    end