# File lib_wpm/wpm.rb, line 3123
    def invoke
      if (@properties.has_action?) then
        form_params = form.params
        action_id = self.action_id
        if (form_params.include? action_id) then
          @properties.action
        end
      end

      nil
    end