taskflow/taskflow/examples/resume_many_flows
Ivan A. Melnikov 961d91ff7a Helpers to save flow factory in metadata
This change adds new helpers that, taken together, allow to resume
the flows having nothing but flow detail at hands. First one,
load_from_factory, gets flow factory function as a parameter and
saves its fully qualified name and arguments to flow metadata. Others
can be used to re-create the flow using that metadata, and load
it into engine.

Change-Id: Ia3cd989b3b0388ec0a9f09fe527f768eec5cc904
2013-10-14 19:00:47 +04:00
..
my_flows.py Resumption from backend for action engine 2013-10-09 19:24:27 +04:00
my_utils.py Resumption from backend for action engine 2013-10-09 19:24:27 +04:00
resume_all.py Helpers to save flow factory in metadata 2013-10-14 19:00:47 +04:00
run_flow.py Helpers to save flow factory in metadata 2013-10-14 19:00:47 +04:00