Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/3. Product Features/03. Flows/1. Flow Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ You will be taken to the `Flow Listing Page` on clicking the `Flows` tab in the
- **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.
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.
Comment on lines +36 to +38
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Normalize indentation for the new "Skip Validation" bullet
The new bullet is currently indented with only 3 spaces and its description line starts with an extra leading space, breaking the list structure under Edit. Please align it with the other items:

-   - **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. 
+    - **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. 

This will satisfy the MD005 rule for consistent list indentation and remove unintended whitespace.

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- **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.
- **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.
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

36-36: Inconsistent indentation for list items at the same level
Expected: 4; Actual: 3

(MD005, list-indent)



6. **Delete** : The delete option will completely remove/ erase that particular flow from the flow list

Expand Down