~rakhmerov/python-mistralclient/master

Viewing all changes in revision 512.

  • Committer: ali
  • Date: 2020-01-28 07:14:47 UTC
  • Revision ID: git-v1:23270d272a7e3f10e93a25050324e72b79b76396
Add new CLI commands for sub-executions new API endpoints

 *2 new CLI commands were added:

   - execution-get-sub-executions
       returns the sub-executions of a given execution id

   - task-get-sub-executions
       returns the sub-executions of a given task-execution id

 both commands have the options
  --errors_only: returns only the error routes
               - default is False
  --max_depth: the max depth for the returned executions
             - if a negative value is given, then the API will return
               all sub-executions
             - default is -1

Change-Id: Ifcd25cfdbfb99613ff1bdccf8b94b3929f02a71d
Implements: blueprint mistral-execution-origin
Signed-off-by: ali <ali.abdelal@nokia.com>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: