deb-mistral/mistral/services
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 Added periodic events 2013-12-05 19:01:22 +04:00
action_manager.py Merge "Adding callback url to action context" 2015-11-18 09:51:27 +00:00
actions.py Wrap sync_db operations in transactions 2015-11-16 15:33:02 +00:00
expiration_policy.py Avoid comparision between "None" type and "int" type. 2015-10-27 12:54:36 +05:30
periodic.py Ensure only one WF execution for every CT cycle 2015-11-16 21:56:54 +00:00
scheduler.py Fixing execution saved in wrong tenant 2015-12-08 15:54:03 +00:00
security.py Fixed lack of context for triggers 2015-08-19 13:32:59 +03:00
triggers.py Fix cron-trigger's execution with pattern and first time 2015-11-20 14:15:29 +00:00
workbooks.py Action definition updated, when workbook is created. 2015-10-14 04:29:59 +00:00
workflows.py Allow env update on resume and rerun workflows 2016-01-11 20:52:48 +00:00