diff --git a/README.rst b/README.rst index 018abc333..cba9f36b9 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,8 @@ Project Resources * Project status, bugs, and blueprints are tracked on `Launchpad `_ +* CloudFlow: visualization tool for workflow executions on https://github.com/nokia/CloudFlow + * Additional resources are linked from the project `Wiki `_ page diff --git a/doc/source/index.rst b/doc/source/index.rst index a12a6f2f5..9ac261927 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5,6 +5,11 @@ Mistral is the OpenStack workflow service. This project aims to provide a mechanism to define tasks and workflows without writing code, manage and execute them in the cloud environment. +A workflow visualization tool is available via +`CloudFlow `_ and will help you debug +workflow executions, identify execution paths, explore task run times, +easily access input/output values and so many more... + Overview --------