# File lib/ruote/exp/flow_expression.rb, line 267
    def cfei_at(i)

      children.find { |cfei| Ruote.extract_child_id(cfei) == i }
    end