mistral/mistral/services
Vitalii Solodilov 4bf03d8e7d Remove extra a specification validation
Currently when we get a specification using the instantiate_spec function,
we always validate their schema and semantics over and over again.
To prevent it we add new validate parameter to a Spec class.
The validate parameter must be True when we create a workflow, workbook
or action using a mistral-api. In all other cases, it must be False.

Change-Id: Ia450ea9635bc75c204fe031cfeeab154f1d03862
Closes-Bug: #1738769
Signed-off-by: Vitalii Solodilov <mcdkr@yandex.ru>
2018-07-30 11:55:35 +04:00
..
__init__.py Added periodic events 2013-12-05 19:01:22 +04:00
action_execution_checker.py A mechanism to close stuck running action executions 2018-06-12 14:15:15 +00:00
action_execution_reporter.py A mechanism to close stuck running action executions 2018-06-12 14:15:15 +00:00
action_manager.py Use the new action context in MistralHTTPAction 2017-12-11 22:42:48 +00:00
actions.py Rename package 'workbook' to 'lang' 2017-03-06 15:41:37 +07:00
expiration_policy.py Modify log infomation to achieve the same format 2017-11-20 09:04:54 +00:00
periodic.py Make cron-triggers not play catchup 2018-06-14 09:49:24 +01:00
scheduler.py Added the limit on selection of delayed calls 2018-01-21 13:16:50 +04:00
security.py [Triggers] Fix running openstack actions via triggers 2017-08-09 11:49:09 +03:00
triggers.py Fix WF execution getting stuck on null description 2018-04-02 15:00:36 +05:30
workbooks.py Remove extra a specification validation 2018-07-30 11:55:35 +04:00
workflows.py Remove extra a specification validation 2018-07-30 11:55:35 +04:00