# File lib/ruote/exp/fe_undo.rb, line 51
    def apply

      ref = attribute(:ref) || attribute_text
      tag = ref ? lookup_variable(ref) : nil

      @context.storage.put_msg('cancel', 'fei' => tag)

      reply_to_parent(h.applied_workitem)
    end