mistral/mistral/workflow
Renat Akhmerov 229f7164ff Adding "requires" to "task-defaults" clause
* Reverse workflows can now use "requires" declared in
  "task-defaults", for example, to have all tasks
  depending on a configured task (except this task itself)
* Fixed a bug with "processed" flag, it shouldn't be taken
  into account for reverse workflows because if say task3
  depends on task2 then these tasks can't depend on a task1
  at the same time

Change-Id: Iad113e405f43125b37d16b91fcf448c21cd354e6
(cherry picked from commit fa0102354b)
2015-05-01 03:43:01 +00:00
..
__init__.py Initial commit for the new engine 2014-08-06 16:24:26 +07:00
base.py Small refactoring in engine, task handler and workflow utils 2015-03-30 18:37:30 +06:00
commands.py Small refactoring in engine, task handler and workflow utils 2015-03-30 18:37:30 +06:00
data_flow.py Fixing result ordering in 'with-items' 2015-04-16 11:21:22 +03:00
direct_workflow.py Support subclass iteration for Workflow controller 2015-03-25 10:11:16 +08:00
reverse_workflow.py Adding "requires" to "task-defaults" clause 2015-05-01 03:43:01 +00:00
states.py Implement pause-before 2014-12-17 17:32:43 +00:00
utils.py Small refactoring in engine, task handler and workflow utils 2015-03-30 18:37:30 +06:00
with_items.py Fixing 'with-items' functionality 2015-03-25 18:07:36 +03:00