# File lib_wpm/wpm.rb, line 2207
    def invoke
      if (@properties.has_action?) then
        if (driver.params['action'] == action_id) then
          @properties.action
        end
      end

      for component in @child_components
        component.run
      end

      nil
    end