deb-mistral/mistral/workflow
Winson Chan 9edd86dba5 Fix join on branch error
If a workflow has multiple branches that join on a task and there is
one or more unhandled errors in upstream tasks at these branches, the
workflow execution state will be RUNNING indefinitely. In this case,
the workflow execution will never reach completion and the engine
should fail the workflow.

Change-Id: I237ed0ac481f946de1626e8d7936cfb7bf9081d6
Closes-Bug: #1472790
2015-12-15 00:09:13 +00: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 Result will be [], if list for with-items is empty. 2015-11-30 09:25:58 +00:00
direct_workflow.py Fix join on branch error 2015-12-15 00:09:13 +00:00
reverse_workflow.py Fix all H405 pep8 errors 2015-11-16 18:00:18 +03:00
states.py Renaming state DELAYED to RUNNING_DELAYED 2015-09-25 15:21:24 +06:00
utils.py Fix state_info details for with-items task error 2015-12-04 05:19:11 +00:00
with_items.py Fix with-items concurrency greater than the number of items 2015-11-20 17:52:18 +00:00