Files
deb-python-taskflow/doc/source/examples.rst
Joshua Harlow e26d7e2bab Make the examples documentation more relevant
Instead of just linking to the examples source tree
provide a list of recommended examples (in order of
my perceived complexity) that can help new comers
view examples in a more organized and relevant manner.

Change-Id: I9f6d15fb042e3fe67fd29a9c331fc779c254241c
2014-07-04 19:58:13 -07:00

2.1 KiB

Linear phone calls

../../taskflow/examples/simple_linear.py

Linear phone calls (reverting)

../../taskflow/examples/reverting_linear.py

Building a car

../../taskflow/examples/build_a_car.py

Task dependencies

../../taskflow/examples/graph_flow.py

Parallel calculations

../../taskflow/examples/calculate_in_parallel.py

Parallel pseudo-volume-create

../../taskflow/examples/create_parallel_volume.py

Suspended workflow reloaded

../../taskflow/examples/resume_from_backend.py

Resumable vm-pseudo-boot

../../taskflow/examples/resume_vm_boot.py

Resumable volume-pseudo-create

../../taskflow/examples/resume_volume_create.py

Running engines by iteration

../../taskflow/examples/run_by_iter.py

Retry controlling

../../taskflow/examples/retry_flow.py