diff --git a/releasenotes/notes/function-called-tasks-available-in-an-expression-17ca83d797ffb3ab.yaml b/releasenotes/notes/function-called-tasks-available-in-an-expression-17ca83d797ffb3ab.yaml new file mode 100644 index 000000000..c12a80999 --- /dev/null +++ b/releasenotes/notes/function-called-tasks-available-in-an-expression-17ca83d797ffb3ab.yaml @@ -0,0 +1,8 @@ +--- + +features: + - | + New function, called tasks, available from within an expression (Yaql, + Jinja2). This function allows to filter all tasks of a user by workflow + execution id and/or state. In addition it is possible to get tasks + recursively and flatten the tasks list.