The watcher.applier.workflow_engine.base Module

class watcher.applier.workflow_engine.base.BaseWorkFlowEngine(config, context=None, applier_manager=None)[source]

Bases: watcher.common.loader.loadable.Loadable

execute(actions)[source]
classmethod get_config_opts()[source]

Defines the configuration options to be associated to this loadable

Returns:A list of configuration options relative to this Loadable
Return type:list of oslo_config.cfg.Opt instances
notify(action, state)[source]