From 874896d5cd7b9758ec55b021a61050ff3192d72f Mon Sep 17 00:00:00 2001 From: Kunal Kumar Date: Thu, 15 Feb 2024 23:56:04 +0530 Subject: [PATCH] Update source.md (#75) changed excuted -> executed --- docs/devguide/running/source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devguide/running/source.md b/docs/devguide/running/source.md index 0897cc42e..0c4c4dd82 100644 --- a/docs/devguide/running/source.md +++ b/docs/devguide/running/source.md @@ -90,6 +90,6 @@ Launch UI [http://localhost:5000](http://localhost:5000) ![conductor ui](conductorUI.png) ## Summary -1. By default in-memory persistence is used, so any workflows created or excuted will be wiped out once the server is terminated. +1. By default in-memory persistence is used, so any workflows created or executed will be wiped out once the server is terminated. 2. Without indexing configured, the search functionality in UI will not work and will result an empty set. 3. See how to install Conductor using [Docker](docker.md) with persistence and indexing.