Add release notes to changes to wflanguage execution object
Change-Id: I976fe5723a8bad81f1c6e30618475aa34e3e2050 depends-on: Ia6c954e688589f69a7463f1b8e02244d029e8b7a
This commit is contained in:
parent
84b8e92acc
commit
9289f7d28e
@ -1657,7 +1657,7 @@ Execution info
|
|||||||
|
|
||||||
Execution info is available by **execution()**. It contains
|
Execution info is available by **execution()**. It contains
|
||||||
information about execution itself such as **id**, **wf_spec**,
|
information about execution itself such as **id**, **wf_spec**,
|
||||||
**input** and **start_params**.
|
**input**, **start_params**, and **root_execution_id** .
|
||||||
|
|
||||||
Executions function
|
Executions function
|
||||||
'''''''''''''''''''
|
'''''''''''''''''''
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user