deb-mistral/mistral/workflow
Renat Akhmerov 4a88302f49 Getting rid of task result proxies in workflow context
* Task result proxies were needed to be able to access
  task result as $.task_name. But this was deprecated in Mitaka
  in favor of using task() YAQL function. So it's time to get
  rid of complicated internal machinery before making further
  improvements

Change-Id: I9b8c1c9ac6e9561c6aa66151011ae2f7d906179a
Implements: blueprint mistral-remove-task-result-proxies
2016-04-05 17:47:47 +07:00
..
__init__.py Initial commit for the new engine 2014-08-06 16:24:26 +07:00
base.py Refactor workflow controller and fix a bug in _fail_workflow() 2016-03-28 14:49:36 +07:00
commands.py Fixing engine transaction model and error handling 2016-03-30 17:19:13 +07:00
data_flow.py Getting rid of task result proxies in workflow context 2016-04-05 17:47:47 +07: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 Fix with-items concurrency for sub-workflows 2016-02-02 17:33:44 +00: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 for sub-workflows 2016-02-02 17:33:44 +00:00