Files
deb-python-taskflow/doc/source/utils.rst
Joshua Harlow 977e6f4628 Medium-level docs on engines
Describe why engines exist and also describe at a
somewhat lower-level how an action engine goes
through its various stages when executing
and what each stages high-level goal is (and how it
is performed).

Change-Id: I79c4b90047826fb2c9f33da75044a9cb42cfe47d
2014-07-28 23:11:18 +08:00

748 B

Utils

There are various helper utils that are part of taskflows internal usage (and external/public usage of these helpers should be kept to a minimum as these utility functions may be altered more often in the future).

External usage

The following classes and modules are recommended for external usage:

taskflow.utils.misc.Failure

taskflow.utils.eventlet_utils.GreenExecutor

taskflow.utils.persistence_utils.temporary_log_book

taskflow.utils.persistence_utils.temporary_flow_detail

taskflow.utils.persistence_utils.pformat

Internal usage

taskflow.utils.flow_utils