Files
deb-python-taskflow/taskflow/engines/action_engine/graph_analyzer.py
Ivan A. Melnikov dd8c75cecd Simplify graph analyzer interface
All you need to get next nodes to schedule is call get_next_nodes()
method -- it will work correctly for tasks in any state with any
intention. This makes graph action code much simpler.

Change-Id: Idc89e98c928b3a7d8d29a4e007658e88c4326228
2014-03-18 17:57:36 +04:00

5.7 KiB