> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.devit.software/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# What is workflow?


# ${color}[#204a87](Workflow?)

To say briefly, **workflow** is the series of activities, that are necessary to complete the task. Workflow automation involves the use of tools that will allow you to perform tasks automatically.

In the context of our application, we are talking about the following:

| Workflow is a chain of [trigger, condition, and action](https://help.devit.software/en/article/components-of-the-workflow-1rd4ha2/#1-triggers-conditions-and-actions-in-the-workflows) that allows you to automate processes.

For example, you can add the tag NEW when a new product is created in the store. You can also hide out-of-stock products or back-in-stock available products, send automated Thank you messages to customers, send customers a reminder of unpaid orders, cancel high-risk orders, etc.  If you want to learn more about workflow examples, you can visit our Help Center and check the article about the most popular flows.

|| [Most Popular Flows](https://help.devit.software/en/article/most-popular-flows-zr4xhn/).

You can create all these workflows with the help of React Flow. The app provides a vast number of triggers, conditions, and actions. It allows our customers to make various combinations of them and create the necessary workflow.

## Suggested articles

* [Getting started in React Flow](/en/article/getting-started-in-react-flow-1xa1fgj/)
* [Most popular flows](/en/article/most-popular-flows-zr4xhn/)
* [React Flow Triggers & Actions](/en/article/react-flow-triggers-actions-1vwyrbi/)
