
Removed dupliocated Mistral overviews and merged content into description on index page. Change-Id: Ia7c260494a8a659988db2329bf3504be9b4b67fa Signed-off-by: Andrea Visnyei <andrea.visnyei@nokia.com>
839 B
839 B
Workflow Service Overview
The Workflow service consists of the following components:
Mistral API
service-
Provides a REST API for operating and monitoring workflow executions.
mistral-dashboard
service-
Mistral Dashboard is a Horizon plugin.
Mistral Engine
service-
Controls 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
service-
Executes task actions, picks up the tasks from the queue, runs actions, and sends results back to the engine.
Mistral Notifier
service
python-mistralclient
-
Python client API and Command Line Interface.
mistral-lib
A library to support writing custom Mistral actions.