# File lib_wpm/wpm.rb, line 2473
    def invoke
      for component in @child_components
        component.run
      end

      nil
    end