From 9289f7d28ec861a6dd9fd7b73bf3d84066c74726 Mon Sep 17 00:00:00 2001 From: apetrich Date: Mon, 3 Jun 2019 13:58:43 +0200 Subject: [PATCH] Add release notes to changes to wflanguage execution object Change-Id: I976fe5723a8bad81f1c6e30618475aa34e3e2050 depends-on: Ia6c954e688589f69a7463f1b8e02244d029e8b7a --- doc/source/user/wf_lang_v2.rst | 2 +- .../add_root_execution_id_to_jinja-90b67c69a50370b5.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/add_root_execution_id_to_jinja-90b67c69a50370b5.yaml diff --git a/doc/source/user/wf_lang_v2.rst b/doc/source/user/wf_lang_v2.rst index 53d26b9ab..7cd720fa6 100644 --- a/doc/source/user/wf_lang_v2.rst +++ b/doc/source/user/wf_lang_v2.rst @@ -1657,7 +1657,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 ''''''''''''''''''' diff --git a/releasenotes/notes/add_root_execution_id_to_jinja-90b67c69a50370b5.yaml b/releasenotes/notes/add_root_execution_id_to_jinja-90b67c69a50370b5.yaml new file mode 100644 index 000000000..e0abef481 --- /dev/null +++ b/releasenotes/notes/add_root_execution_id_to_jinja-90b67c69a50370b5.yaml @@ -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.