Release note for the "execution-get-report" command
Change-Id: Ie6e00ca4fb77875bc7d10a09d9b5c929365bd67b
This commit is contained in:
parent
ec961cdf95
commit
004a2cb5a6
@ -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.
|
Loading…
Reference in New Issue
Block a user