Files
deb-python-taskflow/taskflow/engines/action_engine
Joshua Harlow d736bdbfae Add a flow flattening util
Instead of recursively executing subflows which causes
dead locks when they parent and subflows share the same
executor we can instead flatten the parent and subflows
into a single graph, composed with only tasks and run
this instead, which will not have the issue of subflows
dead locking, since after flattening there is no concept
of a subflow.

Fixes bug: 1225759

Change-Id: I79b9b194cd81e36ce75ba34a673e3e9d3e96c4cd
2013-09-20 12:41:57 +04:00
..
2013-09-20 12:41:57 +04:00
2013-09-18 17:56:46 +04:00