Python bindings to the OpenStack Workflow API¶
This is a client for OpenStack Mistral API. There’s a Python API
(the mistralclient
module), and a command-line script
(installed as mistral).
Using mistralclient¶
For information about using the mistral command-line client, see Workflow service command-line client.
Python API Reference¶
For Contributors¶
If you are a new contributor to python-mistralclient please refer: So You Want to Contribute…