From 7fda020aff6f9b11b980a65080d5031fc8bf42c0 Mon Sep 17 00:00:00 2001
From: SangeetaMishr <143380171+SangeetaMishr@users.noreply.github.com>
Date: Wed, 23 Apr 2025 17:08:20 +0530
Subject: [PATCH 1/3] Update 1. Flow Overview.md
Added description
---
docs/3. Product Features/03. Flows/1. Flow Overview.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/3. Product Features/03. Flows/1. Flow Overview.md b/docs/3. Product Features/03. Flows/1. Flow Overview.md
index 447c192d7..8f3601152 100644
--- a/docs/3. Product Features/03. Flows/1. Flow Overview.md
+++ b/docs/3. Product Features/03. Flows/1. Flow Overview.md
@@ -30,9 +30,11 @@ You will be taken to the `Flow Listing Page` on clicking the `Flows` tab in the
- **is pinned?** : will pin your flow so that it appears at the top of the Flow section for easy visibility
- - **Run this flow in the background + Background Flows** : Sometimes, you might need to send automated messages alongside the usual flows or manual interactions. For instance, you may want to send weekly or bi-monthly updates while also allowing daily interactions with the bot. In such cases, you can plan these activities separately in the background while keeping the other flows unchanged.
+ - **Run this flow in the background + Background Flows** : Sometimes, there might be a need to send automated messages alongside the usual flows or manual interactions. For instance, to send weekly or bi-monthly updates while also allowing daily interactions with the bot. In such cases, plan these activities separately in the background while keeping the other flows unchanged.
Read more [here](https://glific.github.io/docs/docs/Product%20Features/Flows/Others/Background%20Flows/)
+ - **Skip Validation** : Check this box while sending results that are generated dynamically (not pre-defined in the flow). This is helpful while using the [resume Flow API](https://api.glific.com/#89f5f6e6-9bdc-48c2-96c5-ad8c1f7a834b) and the flow doesn’t already have those results set up. It lets the flow continue without checking if those result fields were expected.
+
6. **Delete** : The delete option will completely remove/ erase that particular flow from the flow list
From b4e4eb64c9cc979b6031a2f4e65ffaf58bdebf9a Mon Sep 17 00:00:00 2001
From: Sangeet Mishra <143380171+SangeetaMishr@users.noreply.github.com>
Date: Wed, 30 Jul 2025 10:43:28 +0530
Subject: [PATCH 2/3] Update 1. Flow Overview.md
added a section Make sure flow is not interrupted if contact sends any keyword in between the flow ( https://glific.github.io/docs/docs/FAQ/Make%20sure%20flow%20is%20not%20interrupted%20if%20contact%20sends%20any%20keyword%20in%20between%20the%20flow./) in it
---
docs/3. Product Features/03. Flows/1. Flow Overview.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/3. Product Features/03. Flows/1. Flow Overview.md b/docs/3. Product Features/03. Flows/1. Flow Overview.md
index 8f3601152..b998c392a 100644
--- a/docs/3. Product Features/03. Flows/1. Flow Overview.md
+++ b/docs/3. Product Features/03. Flows/1. Flow Overview.md
@@ -87,3 +87,10 @@ c) After publishing the flow, it will appear in the active flows section.
- The upwards arrow will give the information on the descending order of the flows created, last published.
+
+## Make sure flow is not interrupted if contact sends any keyword in between the flow.
+
+Select the `Ignore Keyword` check box from edit flow screen to make sure the flow should not be interrupted in between if user sends keyword of another flow.
+
+
+
From a47b26218604e0c02c6bc654ff05060fdd48d4e8 Mon Sep 17 00:00:00 2001
From: Sangeet Mishra <143380171+SangeetaMishr@users.noreply.github.com>
Date: Wed, 30 Jul 2025 10:50:49 +0530
Subject: [PATCH 3/3] Update 1. Flow Overview.md
added one more section as Make a flow inactive
---
.../03. Flows/1. Flow Overview.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/docs/3. Product Features/03. Flows/1. Flow Overview.md b/docs/3. Product Features/03. Flows/1. Flow Overview.md
index b998c392a..c9c073a54 100644
--- a/docs/3. Product Features/03. Flows/1. Flow Overview.md
+++ b/docs/3. Product Features/03. Flows/1. Flow Overview.md
@@ -94,3 +94,22 @@ Select the `Ignore Keyword` check box from edit flow screen to make sure the flo
+## Make a flow inactive
+
+You can inactivate a flow, which is not in use. This will prevent the flow from executing if a user enters keyword mapped to it.
+
+- Go to the Flows screen from the left panel.
+
+- Click on Edit icon next to the flow.
+
+
+
+
+- Uncheck the is active check box.
+
+- Click on SAVE button
+
+
+
+
+