deb-mistral/mistral/workflow
Winson Chan 0e7be02a48 Allow env update on resume and rerun workflows
Add optional env kwarg to resume_workflow and rerun_workflow in default
engine. Add database API to update env in the params and context of the
existing workflow execution. The updated env will be merged into existing
__env of workflow context. For existing task, the env will be merged into
__env of in_context.

Partially implements: blueprint mistral-rerun-update-env

Change-Id: Id378762d90ca5fc62d14e22134f18f9bce71a123
2016-01-11 20:52:48 +00:00
..
__init__.py Initial commit for the new engine 2014-08-06 16:24:26 +07:00
base.py Allow env update on resume and rerun workflows 2016-01-11 20:52:48 +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 Allow env update on resume and rerun workflows 2016-01-11 20:52:48 +00:00
reverse_workflow.py Allow env update on resume and rerun workflows 2016-01-11 20:52:48 +00: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