Add release note for 'created_at' support in execution()

For https://review.openstack.org/#/c/448843/

Change-Id: I5eac88588cc6cc52f5023408f3e6a2a2d0e9ab25
This commit is contained in:
Lingxian Kong 2017-03-24 10:28:52 +13:00
parent fbe2b3289a
commit 7009a91a34

View File

@ -0,0 +1,4 @@
---
features:
- Mistral action developer can get the start time of a workflow execution by
using ``<% execution().created_at %>``.