python2-mistral-db-manage
OpenStack Workflow Service - Python libraries
Install
- All systems
-
curl cmd.cat/python2-mistral-db-manage.sh
- Debian
-
apt-get install python-mistral
- Ubuntu
-
apt-get install python-mistral
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-mistral
- Raspbian
-
apt-get install python-mistral
- Dockerfile
- dockerfile.run/python2-mistral-db-manage
python-mistral
OpenStack Workflow Service - Python libraries
Mistral is a workflow service. Most business processes consist of multiple distinct interconnected steps that need to be executed in a particular order in a distributed environment. One can describe such process as a set of tasks and task relations and upload such description to Mistral so that it takes care of state management, correct execution order, parallelism, synchronization and high availability. Mistral also provides flexible task scheduling so that it can run a process according to a specified schedule (i.e. every Sunday at 4.00pm) instead of running it immediately. Such set of tasks and relations between them is called a workflow. This package contains the Python libraries.