Add release notes to changes to wflanguage execution object

Change-Id: I976fe5723a8bad81f1c6e30618475aa34e3e2050
depends-on: Ia6c954e688589f69a7463f1b8e02244d029e8b7a
(cherry picked from commit 9289f7d28e)
This commit is contained in:
apetrich 2019-06-03 13:58:43 +02:00 committed by Dougal Matthews
parent 7fa29766cd
commit da0e2639a8
2 changed files with 6 additions and 1 deletions

View File

@ -1501,7 +1501,7 @@ Execution info
Execution info is available by **execution()**. It contains
information about execution itself such as **id**, **wf_spec**,
**input** and **start_params**.
**input**, **start_params**, and **root_execution_id** .
Executions function
'''''''''''''''''''

View File

@ -0,0 +1,5 @@
---
features:
- |
This makes getting a root_execution_id available to the jinja execution object. Before this
it was only possible to get that through filtering and querying the executions search.