watcher.applier.workflow_engine.default
Modulewatcher.applier.workflow_engine.default
Module¶watcher.applier.workflow_engine.default.
DefaultWorkFlowEngine
(config, context=None, applier_manager=None)[source]¶Bases: watcher.applier.workflow_engine.base.BaseWorkFlowEngine
Taskflow as a workflow engine for Watcher
Full documentation on taskflow at http://docs.openstack.org/developer/taskflow/
watcher.applier.workflow_engine.default.
TaskFlowActionContainer
(db_action, engine)[source]¶Bases: watcher.applier.workflow_engine.base.BaseTaskFlowActionContainer
watcher.applier.workflow_engine.default.
TaskFlowNop
(name=None, provides=None, requires=None, auto_extract=True, rebind=None, inject=None, ignore_list=None, revert_rebind=None, revert_requires=None)[source]¶Bases: taskflow.task.Task
This class is used in case of the workflow have only one Action.
We need at least two atoms to create a link.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.