deb-mistral/mistral/workflow
hparekh 13ec6e8b2c filter() is wrapped around list().
In py2 filter returns list, but in py3
it returns iterator.

Change-Id: I71db21027bab11c8de715d39e71d0f6317a3f9e0
Partially-Implements: blueprint mistral-py3
2015-10-19 09:26:33 +05:30
..
__init__.py Initial commit for the new engine 2014-08-06 16:24:26 +07:00
base.py Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
commands.py Adding validation of workflow graph 2015-09-17 11:57:42 +00:00
data_flow.py Remove the transaction scope from task executions API 2015-10-06 17:17:24 +00:00
direct_workflow.py filter() is wrapped around list(). 2015-10-19 09:26:33 +05:30
reverse_workflow.py filter() is wrapped around list(). 2015-10-19 09:26:33 +05:30
states.py Renaming state DELAYED to RUNNING_DELAYED 2015-09-25 15:21:24 +06:00
utils.py Add YAQL function 'task' to extract info about task in DSL 2015-09-08 19:11:11 +06:00
with_items.py filter() is wrapped around list(). 2015-10-19 09:26:33 +05:30