Go to file
ali 06e776e6e3 Added a new API to fetch sub-execution of an execution or a task
*the new endpoints are:

   v2/executions/{ex_id}/executions
   v2/tasks/{task_id}/executions

  it returns a list of execution resources, by default the API will
  return all sub-executions

  the API can take 3 parameters:

  errors_only: returns only the error routes
               - default is False
  include_output: includes the output field for the returned executions
                  - 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

 Partially-Implements: blueprint mistral-execution-origin

Change-Id: I2a4c5e6890dbb4de868ce885d51341b15e359233
Signed-off-by: ali <ali.abdelal@nokia.com>
2020-01-23 08:50:28 +00:00
2018-01-31 04:16:42 +00:00
2020-01-06 14:44:25 +02:00
2019-04-19 19:37:05 +00:00
2018-05-30 14:46:25 -04:00
2020-01-14 07:41:11 +00:00
2017-07-27 22:15:12 +08:00
2013-12-30 13:11:49 +07:00
2019-10-18 12:42:12 +08:00
2020-01-14 15:51:06 +07:00
2019-10-23 09:26:22 +00:00
2017-03-03 10:17:44 +00:00
2020-01-02 17:18:38 +02:00

Team and repository tags

image

Mistral

Workflow Service for OpenStack cloud. This project aims to provide a mechanism to define tasks and workflows without writing code, manage and execute them in the cloud environment.

Project Resources

Description
Workflow Service for OpenStack.
Readme 52 MiB
Languages
Python 99%
Shell 0.9%