# File lib/ruote/exp/fe_if.rb, line 197
    def apply_child(index, workitem)

      if tree_children[index]
        super
      else
        reply_to_parent(workitem)
      end
    end