The Workflow service consists of the following components:
Mistral API serviceProvides a REST API for operating and monitoring workflow executions.
mistral-dashboard serviceMistral Dashboard is a Horizon plugin.
Mistral Engine serviceControls workflow executions and handles their data flow, places finished tasks in a queue, transfers data from task to task, and deals with condition transitions, and so on.
Mistral Executor serviceExecutes task actions, picks up the tasks from the queue, runs actions, and sends results back to the engine.
Mistral Notifier service
python-mistralclientPython client API and Command Line Interface.
mistral-lib
A library to support writing custom Mistral actions.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.