mistral/mistral
Renat Akhmerov 6359053677 Use partial loading of workflow execution in the controller
* Added "fields" argument to db_api.get_workflow_execution() method
  so that we could load particular fields instead of the full object.
  In many cases we don't need all object fields.
* Used this argument in the REST API method that deletes a workflow
  execution because we only need the "state" field.

Change-Id: I36fd93d9869eec9428959e6848f8b441136c644e
2018-05-15 18:57:41 +07:00
..
actions Support actions for zun 2018-04-27 09:52:19 +08:00
api Use partial loading of workflow execution in the controller 2018-05-15 18:57:41 +07:00
auth Adding WWW-Authenticate info. 2018-04-11 07:24:46 +00:00
cmd Fix server info string 2018-03-13 23:32:12 +01:00
db Use partial loading of workflow execution in the controller 2018-05-15 18:57:41 +07:00
engine Merge "Do not copy workflow environment into subworkflows" 2018-05-02 10:29:55 +00:00
event_engine Merge "Fix event-triggers workflow namespace" 2017-08-09 07:45:22 +00:00
executors Propagated a task timeout to a action execution 2018-01-31 17:40:52 +04:00
expressions Fixed Jinja error handling 2018-04-23 14:02:34 +04:00
ext Use the Mistral syntax highlighting on the dsl v2 page 2017-04-06 10:20:34 +01:00
hacking Fix the pep8 commands failed 2017-07-27 22:15:12 +08:00
lang Merge "Make sure there are no duplicates in the spec cache w/o restarts" 2018-04-26 08:45:14 +00:00
notifiers Implement notification of execution events 2018-02-24 07:25:55 +00:00
policies Implement policy in code - event trigger (11) 2017-11-27 02:47:50 +00:00
resources Fix for YaqlEvaluationException in std.create_instance workflow. 2016-07-12 00:29:23 -04:00
rpc Merge "Added thread pool for eventlet executor mode" 2018-04-23 09:56:54 +00:00
service Optimize API layer: using from_db_model() instead of from_dict() 2017-05-22 12:03:17 +07:00
services Get rid of a extra copy of workflow environment 2018-04-27 19:47:32 +07:00
tests Use partial loading of workflow execution in the controller 2018-05-15 18:57:41 +07:00
utils Fixed workflow output in case of execution_field_size_limit_kb 2018-05-02 12:12:14 +04:00
workflow Do not copy workflow environment into subworkflows 2018-04-27 20:08:56 +07:00
__init__.py Remove eventlet monkey patch in mistral __init__ 2015-02-20 07:49:56 +00:00
_i18n.py Update and optimize documentation links 2017-07-19 17:10:49 +08:00
config.py Added JavaScript evaluator which doesn't require a compilation 2018-04-23 17:04:18 +00:00
context.py Adding WWW-Authenticate info. 2018-04-11 07:24:46 +00:00
exceptions.py Make sure not to swallow original exceptions on handling remote errors 2018-03-13 12:36:11 +07:00
messaging.py [Event-engine] Make listener pool name configurable 2017-10-13 10:47:34 +03:00
serialization.py Add more use of mistral-lib in mistral 2017-06-20 15:23:18 +00:00
version.py Removed unnecessary utf-8 encoding 2017-01-11 02:58:04 +00:00