From 7009a91a341cb18f43f5b376d1a36e63935a8c99 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Fri, 24 Mar 2017 10:28:52 +1300 Subject: [PATCH] Add release note for 'created_at' support in execution() For https://review.openstack.org/#/c/448843/ Change-Id: I5eac88588cc6cc52f5023408f3e6a2a2d0e9ab25 --- ...t-created-at-yaql-function-execution-6ece8eaf34664c38.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/support-created-at-yaql-function-execution-6ece8eaf34664c38.yaml diff --git a/releasenotes/notes/support-created-at-yaql-function-execution-6ece8eaf34664c38.yaml b/releasenotes/notes/support-created-at-yaql-function-execution-6ece8eaf34664c38.yaml new file mode 100644 index 000000000..3c85136db --- /dev/null +++ b/releasenotes/notes/support-created-at-yaql-function-execution-6ece8eaf34664c38.yaml @@ -0,0 +1,4 @@ +--- +features: + - Mistral action developer can get the start time of a workflow execution by + using ``<% execution().created_at %>``.