deb-mistral/mistral/utils
Renat Akhmerov 422def65a8 Change task() function to return 'null' if task doesn't exist
* Before this change function task(task_name) available in Mistral
  expressions would fail with an error if such task doesn't exist.
  It makes impossible to have expressions like <% task(t1) != null %>
  which is very convenient in cases when we need to gather meta
  info about how a workflow was running and what tasks have already
  started and what have not. So now it simply returns 'null'.

Change-Id: Ifd1ea9b5ee946c7072044d1402296710676845db
Closes-Bug: #1631035
2016-10-07 15:28:45 +07:00
..
openstack Accept service catalog from client side 2016-09-28 13:27:08 +02:00
__init__.py Add Jinja evaluator 2016-10-05 11:27:29 +00:00
expression_utils.py Change task() function to return 'null' if task doesn't exist 2016-10-07 15:28:45 +07:00
filter_utils.py Filtering support for actions 2016-08-11 09:38:55 +00:00
inspect_utils.py Update get_arg_list_as_str to skip func params 2016-05-21 12:54:28 -04:00
javascript.py Make Javascript implementation configurable 2016-09-21 15:07:09 +02:00
profiler.py Enable osprofiler to measure performance 2016-06-10 01:49:38 +00:00
rest_utils.py Add Jinja evaluator 2016-10-05 11:27:29 +00:00
rpc_utils.py Make mistral work with amqp and zmq backends 2016-08-08 17:22:36 +02:00
serializers.py Fix for not working 'run-action' on kombu driver 2016-08-24 17:26:10 +02:00
ssh_utils.py Fixing SSH actions to use names of private keys 2015-10-22 16:30:54 +03:00
wf_trace.py Drop use of 'oslo' namespace package 2015-06-22 20:02:59 +00:00