python-mistralclient/releasenotes
ali 23270d272a 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>
2020-01-28 07:14:47 +00:00
..
notes Add new CLI commands for sub-executions new API endpoints 2020-01-28 07:14:47 +00:00
source Update master for stable/train 2019-09-20 17:41:20 +00:00