# Introduction

## **What is the workflow builder?**

**One Resource’s** **Workflow Builder** enables you to digitize, automate, and manage business processes efficiently within an organization. With the **Workflow Builder**, you can visualize these processes through a workflow diagram that dictates the flow/order of execution of these processes.&#x20;

## Can you give me an example of a process that can be automated using workflow builder?

A sample process that can be digitized with workflow builder&#x20;

Let’s assume you’ve been tasked with the responsibility of **digitizing a reimbursement process**, this is how it would look like :

1. You have to maintain a **master dataset of items** where new items (For which reimbursement can be requested by any employee)
2. The employees will have access to a **reimbursement form** that can be filled out on both the **mobile App & Web**.
3. Depending upon the reimbursement amount, it could be **approved or denied at two levels**.
   * If the reimbursement amount exceeds **INR 10,000,** it will be **assigned to the direct manager**.
   * Amounts **greater than INR 10,000 would** be **assigned** to **the department head**.
   * The **Invoice image/PDF must be attached** while raising the reimbursement.
4. The manager and department head receive an Email and In-App notification whenever a reimbursement application is assigned to them.&#x20;
5. The employee receives updates about the **final status of the application**.

{% hint style="info" %}
Check out the [<mark style="color:purple;">**step-by-step guide**</mark>](/digitize-a-sample-process/overview-of-the-process.md) here for creating this application on the One Resource platform
{% endhint %}

## How is workflow related to a form?

A workflow is always attached to a form. A form acts a a data collection layer and workflow builder helps define the process and how it will flow across different stakeholders

<figure><img src="/files/3epQEGIuxcwWXMtTkUa8" alt=""><figcaption><p>Workflow is attached to a form</p></figcaption></figure>

## What are the features of One Resource's Workflow builder?

With the **Workflow Builder**, you can:

**1.   Design a UI-based workflow** for a series of business processes in a linear or non-linear manner

<figure><img src="/files/8AZaXdUANdsptwT6ka97" alt=""><figcaption><p><em>Design UI-based Workflow</em> </p></figcaption></figure>

**2.   Track the** **progress** of the processes at various steps of the workflow&#x20;

<figure><img src="/files/EzM94eSGK0ChRxgPPLD6" alt=""><figcaption><p><em>Track Status progress</em></p></figcaption></figure>

**3.   Create condition-based branches** for targeted actions at various steps of the workflow

**4.   Assign a process** to the appropriate users/vendors/ custom roles and **set deadlines**

**5.   Send timely notifications and reminders** in the form of emails, SMS, In App alerts to relevant stakeholders during the process

**6.   Define a log of changes in** the process for future reference and audit purposes

## Why must you opt for One Resource's Workflow builder?

1. An **easily configurable** user interface (UI)
2. A significantly **low cost** **for the development** of the business processes
3. **Zero coding knowledge** is required for the implementation&#x20;
4. **Faster implementation** of business processes


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.senpiper.com/workflow-builder/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
