Merge "Release note for the "execution-get-report" command"

This commit is contained in:
Zuul 2019-03-08 16:46:46 +00:00 committed by Gerrit Code Review
commit 6ffd1f3aa7
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
features:
- |
Added the new CLI command "execution-get-report" that prints information
about the entire workflow execution tree, including its task executions,
action executions and nested workflow executions. The command currently
has filters "--errors-only" that allows to find only ERROR paths of the
execution tree (enabled by default), "--no-errors-only" that allows to
print all tree regardless of the elements' state, "--max-depth" that
allows to limit the depth of the tree that needs to be printed.
This command should be especially useful for debugging failure situations
when it's not easy to manually track down to the root cause.