# File lib/ruote/exp/flowexpression.rb, line 641
    def apply_child (child_index, workitem, forget=false)

      msg = pre_apply_child(child_index, workitem, forget)

      persist_or_raise unless forget

      @context.storage.put_msg('apply', msg)
    end