From 2bfc9d1ad86835d4785d5e6d19c58cc48a7c485a Mon Sep 17 00:00:00 2001 From: Guy Shaanan Date: Tue, 3 Jul 2018 17:40:26 +0300 Subject: [PATCH] Add CloudFlow info to Mistral documentation Change-Id: I7990abcbefbae08f69b3c2f7632eff95f0229f89 --- README.rst | 2 ++ doc/source/index.rst | 5 +++++ 2 files changed, 7 insertions(+) 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 --------