File: add_execution_get_report_command-b91b0a0db71716cd.yaml

package info (click to toggle)
python-mistralclient 1%3A4.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,080 kB
  • sloc: python: 10,854; sh: 135; makefile: 23
file content (12 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
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.