mistral/mistral/workflow
Thomas Herve 65a84b469a Reduce spec parsing in workflow lifecycle
During workflow creation and execution, its specification is parsed
multiple times uselessly. This reduces the load by simply passing around
the specification when it's available.

Change-Id: I5babdbf8e9bc0cf7f69cf724bc7f6b0b270d1667
Closes-Bug: #1541786
2016-02-04 12:05:54 +01:00
..
__init__.py Initial commit for the new engine 2014-08-06 16:24:26 +07:00
base.py Reduce spec parsing in workflow lifecycle 2016-02-04 12:05:54 +01: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 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