# File lib/ruote/exp/fe_forget.rb, line 90
    def apply

      tree_children.each_with_index do |t, index|
        apply_child(index, Ruote.fulldup(h.applied_workitem), true)
      end

      reply_to_parent(h.applied_workitem)
    end