Workflow Service for OpenStack.
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
api-ref/source Remove the invalid toctree 2018-01-31 04:16:42 +00:00
devstack Add coordination support for devstack 2019-12-25 10:38:29 +02:00
doc Merge "The first iteration of restructuring Mistral doc" 2020-01-23 07:12:56 +00:00
etc Implement policy in code - event trigger (11) 2017-11-27 02:47:50 +00:00
mistral Added a new API to fetch sub-execution of an execution or a task 2020-01-23 08:50:28 +00:00
playbooks [ussuri][goal] Drop python 2.7 support and testing 2019-11-16 14:07:57 +00:00
rally-jobs Reduce the concurrency in the 500 wb join Rally task 2018-10-17 09:36:29 +01:00
releasenotes Added a new API to fetch sub-execution of an execution or a task 2020-01-23 08:50:28 +00:00
tools Designate uses only v2 2020-01-06 14:44:25 +02:00
.coveragerc Exclude .tox folder from coverage report 2016-12-19 03:33:29 +00:00
.dockerignore Update default Docker configuration and documentation 2018-06-10 19:21:18 -05:00
.gitignore Update default Docker configuration and documentation 2018-06-10 19:21:18 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:37:05 +00:00
.stestr.conf Switch to using stestr 2018-05-30 14:46:25 -04:00
.zuul.yaml Remove mistral-devstack-base 2020-01-14 07:41:11 +00:00
bindep.txt Add bindep.txt file for binary dependencies used in unit tests 2019-06-27 14:15:29 +00:00
CONTRIBUTING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 15:44:25 +08:00
HACKING.rst Fix the pep8 commands failed 2017-07-27 22:15:12 +08:00
LICENSE Adding license and authors file 2013-12-30 13:11:49 +07:00
lower-constraints.txt Fix keycloak authentication 2020-01-14 15:51:06 +07:00
README.rst Add Source links to readme 2019-10-18 12:42:12 +08:00
requirements.txt Fix keycloak authentication 2020-01-14 15:51:06 +07:00
run_tests.sh Cap psycopg2 to 2.8.3 2019-10-23 09:26:22 +00:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2019-11-16 14:07:57 +00:00
setup.py Updated from global requirements 2017-03-03 10:17:44 +00:00
test-requirements.txt Update hacking and fix warnings 2020-01-02 17:18:38 +02:00
tox.ini Update hacking and fix warnings 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