mistral/mistral/expressions
Renat Akhmerov 8d75784356 Add "convert_output_data" config property for YAQL
* Adding "convert_output_data" config property gives an opportunity
  to increase overal performance. If YAQL always converts an expression
  result, it often takes significant CPU time and overall workflow
  execution time increases. It is especially important when a workflow
  publishes lots of data into the context and uses big workflow
  environments. It's been tested on a very big workflow (~7k tasks)
  with a big workflow environment (~2.5mb) that often uses the YAQL
  function "<% env() %>". This function basically just returns the
  workflow environment.
* Created all necessary unit tests.
* Other style fixes.

Change-Id: Ie3169ec884ec9a0e7e50327dd03cd78dcda0a39b
2020-02-13 17:31:41 +07:00
..
__init__.py Add a hacking rule for string interpolation at logging 2017-07-26 11:13:15 +00:00
base_expression.py Add Jinja evaluator 2016-10-05 11:27:29 +00:00
jinja_expression.py Fixed Jinja error handling 2018-04-23 14:02:34 +04:00
yaql_expression.py Add "convert_output_data" config property for YAQL 2020-02-13 17:31:41 +07:00