mistral/mistral/workflow
Nikolay Mahotkin 6662bec314 Fixing workflow execution state calculation
* Fixed workflow execution state calculation
 when it didn't take to account conditional
 transitions (Error was considered handled even
 if transition doesn't trigger a task)

Closes-Bug: #1510936

Change-Id: Ia694b6dba9ab2ce9bff2da1fe05f5988864619d9
2015-11-06 13:37:51 +03:00
..
__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 Fixing workflow execution state calculation 2015-11-06 13:37:51 +03:00
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 converted to list. 2015-11-02 12:56:47 +05:30