deb-mistral/mistral/workflow
Nikolay Mahotkin 723a182a89 Implementing with-items concurrency
* It allows executor to run at most N actions
   related to current with-items task at a time.

Implements blueprint: with-items-concurrency
Related-Bug: #1476871
Related-Bug: #1484483

Change-Id: Ifb193f06ae8e9becb6c43f36c07f5ffddb04c71c
2015-08-19 13:11:05 +03:00
..
__init__.py Initial commit for the new engine 2014-08-06 16:24:26 +07:00
base.py Add feature to rerun failed WF to the engine interface 2015-08-05 01:56:27 +00:00
commands.py Add feature to rerun failed WF to the engine interface 2015-08-05 01:56:27 +00:00
data_flow.py Error result: allow actions to return instance of wf_utils.Result 2015-07-16 13:27:14 +06:00
direct_workflow.py Fixing execution state_info 2015-07-22 14:55:04 +03:00
reverse_workflow.py Fixing execution state_info 2015-07-22 14:55:04 +03:00
states.py Enable workflow to be resumable from errors 2015-08-03 17:11:11 +00:00
utils.py Fixing execution state_info 2015-07-22 14:55:04 +03:00
with_items.py Implementing with-items concurrency 2015-08-19 13:11:05 +03:00