https://github.com/openstack/mistral
Workflow Service for OpenStack. Mirror of code maintained at opendev.org.
https://github.com/openstack/mistral
service
Last synced: 26 days ago
JSON representation
Workflow Service for OpenStack. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/mistral
- Owner: openstack
- License: apache-2.0
- Created: 2013-10-29T20:46:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T22:58:54.000Z (about 1 month ago)
- Last Synced: 2025-05-06T23:31:15.173Z (about 1 month ago)
- Topics: service
- Language: Python
- Homepage: https://opendev.org/openstack/mistral
- Size: 10.7 MB
- Stars: 292
- Watchers: 43
- Forks: 120
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=======
Mistral
=======.. image:: https://governance.openstack.org/tc/badges/mistral.svg
.. Change things from this point on
Workflow Service integrated with OpenStack. This project aims to provide a
mechanism to define tasks and workflows in a simple YAML-based language, manage
and execute them in a distributed environment.Project Resources
-----------------* `Mistral Official Documentation `_
* `User Documentation `_
* `Administrator Documentation `_
* `Developer Documentation `_
* Project status, bugs, and blueprints are tracked on
`Launchpad `_* CloudFlow: visualization tool for workflow executions on https://github.com/nokia/CloudFlow
* Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
* Release notes for the project can be found at:
https://docs.openstack.org/releasenotes/mistral/* Source for the project can be found at:
https://opendev.org/openstack/mistral* WSGI app is located in `mistral/api/wsgi.py`